We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a17f7 commit a098075Copy full SHA for a098075
1 file changed
.github/workflows/publish.yml
@@ -3,6 +3,7 @@ name: Publish to RubyGems
3
on:
4
push:
5
tags: ["v*"]
6
+ workflow_dispatch:
7
8
jobs:
9
test:
0 commit comments