Skip to content

Commit a098075

Browse files
committed
Add manual trigger option to publish workflow
1 parent 79a17f7 commit a098075

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish to RubyGems
33
on:
44
push:
55
tags: ["v*"]
6+
workflow_dispatch:
67

78
jobs:
89
test:

0 commit comments

Comments
 (0)