Skip to content

Commit 2bf6d40

Browse files
committed
fix error in release.yml (mongodb#6000)
1 parent 2bae12b commit 2bf6d40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ run-name: "Gem Release for ${{ github.ref }}"
44
on:
55
# for auto-deploy when merging a release-candidate PR
66
push:
7-
- 'master'
8-
- '*-stable'
7+
branches:
8+
- 'master'
9+
- '*-stable'
910

1011
# for manual release
1112
workflow_dispatch:

0 commit comments

Comments
 (0)