We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea6b9c commit 6e3d33aCopy full SHA for 6e3d33a
.github/workflows/release.yml
@@ -1,9 +1,7 @@
1
name: Push gem to RubyGems.org
2
3
on:
4
- push:
5
- tags:
6
- - 'v*'
+ workflow_dispatch:
7
8
jobs:
9
push:
0 commit comments