We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5bf4a commit f45b2abCopy full SHA for f45b2ab
.github/workflows/build-test.yml
@@ -2,8 +2,7 @@ name: tests
2
3
on:
4
push:
5
- branches-ignore:
6
- - 'v*'
+ branches: [main]
7
pull_request:
8
9
jobs:
0 commit comments