Skip to content

Commit 61ca1e1

Browse files
committed
run release on beta branch
1 parent 5677fe4 commit 61ca1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_release.yml

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

2626
release:
2727
name: Release
28-
if: github.event_name == 'push' && github.ref_name == 'main'
28+
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') }}
2929
needs: tests
3030
runs-on: ubuntu-latest
3131
steps:

0 commit comments

Comments
 (0)