We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfb36a commit 896b771Copy full SHA for 896b771
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
branches: [ main ]
6
push:
7
- branches: [ main ]
+ branches: [ main, 'fix/*', 'feature/*' ]
8
9
jobs:
10
test-build:
0 commit comments