We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6064643 commit 6b9a3a7Copy full SHA for 6b9a3a7
.github/workflows/release.yml
@@ -2,7 +2,9 @@ name: release
2
3
on:
4
workflow_dispatch:
5
- push: tags:*-v* - "*-v*"
+ push:
6
+ tags:
7
+ - "*-v*"
8
jobs:
9
run_checks:
10
name: Run code checks
0 commit comments