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 1d4a0d3 commit dd1a069Copy full SHA for dd1a069
.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