We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a7c4d4 + 2126b1e commit c76d61bCopy full SHA for c76d61b
.github/workflows/lint.yml
@@ -1,8 +1,9 @@
1
---
2
name: Lint
3
on:
4
- push: null
5
- pull_request: null
+ pull_request:
+ branches:
6
+ - feature/integration
7
permissions: {}
8
jobs:
9
build:
0 commit comments