We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d10ba commit de142ecCopy full SHA for de142ec
1 file changed
.github/workflows/rubygems.yml
@@ -1,7 +1,9 @@
1
name: Publish Ruby
2
3
on:
4
- push
+ push:
5
+ tags:
6
+ - '*'
7
8
jobs:
9
push:
0 commit comments