We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435cdda commit af940aeCopy full SHA for af940ae
.github/workflows/main-checks.yml
@@ -4,7 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
- - 'v*.*.*'
+ - "v*.*.*"
8
+ tags:
9
10
11
jobs:
12
checks:
0 commit comments