Skip to content

Commit c76d61b

Browse files
Merge pull request #11 from miguelcastilho/feature/fix_actions
only triggers on pull request to feature/integratio
2 parents 7a7c4d4 + 2126b1e commit c76d61b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
name: Lint
33
on:
4-
push: null
5-
pull_request: null
4+
pull_request:
5+
branches:
6+
- feature/integration
67
permissions: {}
78
jobs:
89
build:

0 commit comments

Comments
 (0)