We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee0bce commit ccde48dCopy full SHA for ccde48d
1 file changed
.github/workflows/release.yml
@@ -4,8 +4,9 @@ run-name: "Gem Release for ${{ github.ref }}"
4
on:
5
# for auto-deploy when merging a release-candidate PR
6
push:
7
- - 'master'
8
- - '*-stable'
+ branches:
+ - 'master'
9
+ - '*-stable'
10
11
# for manual release
12
workflow_dispatch:
0 commit comments