Skip to content

Commit ed32d54

Browse files
authored
Update gem-push.yml
Update to run workflow after a release has been published.
1 parent 4137e68 commit ed32d54

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/gem-push.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Ruby Gem
22

33
on:
4-
# push:
5-
# branches: [ master ]
6-
# run manually for now
7-
workflow_dispatch:
4+
release:
5+
types: [ published ]
86

97
jobs:
108
build:

0 commit comments

Comments
 (0)