We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc14aa commit 8122e95Copy full SHA for 8122e95
.github/workflows/publish-version.yml
@@ -2,6 +2,8 @@ name: Publish version
2
3
on:
4
push:
5
+ tags-ignore:
6
+ - 'v*dev*'
7
tags:
8
- 'v*'
9
0 commit comments