Skip to content

Commit 2a7214d

Browse files
committed
ci: update release branches
1 parent 4695135 commit 2a7214d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
release:
4040
# Only run on push to main, not on PRs
41-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
41+
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v3')
4242
needs: [ lint, test ]
4343
runs-on: ubuntu-latest
4444

0 commit comments

Comments
 (0)