We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542d1c0 commit ad3677bCopy full SHA for ad3677b
.github/workflows/main-checks.yml
@@ -2,7 +2,9 @@ name: Main branch checks
2
3
on:
4
push:
5
- branches: [main]
+ branches:
6
+ - main
7
+ - 'v*.*.*'
8
9
jobs:
10
checks:
0 commit comments