We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d89c69 commit 72b1e86Copy full SHA for 72b1e86
.github/workflows/publisher.yml
@@ -3,6 +3,10 @@ name: Publish to RubyGems
3
4
on:
5
push:
6
+ # TODO: delete the branches key when we switch to using tags only
7
+ branches:
8
+ - master
9
+ - push-gems
10
tags:
11
- v*
12
0 commit comments