We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2864df commit c2ceafeCopy full SHA for c2ceafe
1 file changed
.github/workflows/publish-gem-on-tag-push.yml
@@ -1,9 +1,10 @@
1
on:
2
push:
3
- branches:
4
- - master
5
tags:
6
- - v*
+ - 'v*'
+ - '!v**-mconf*'
+# Tags that will trigger: v1.9.0; v1.9.0-beta1
7
+# Tags excluded (with the '!'): v1.9.0-mconf; v1.9.0-mconf-beta1
8
9
---
10
0 commit comments