Skip to content

Commit 52bad18

Browse files
authored
Update test_and_release.yml
1 parent acc0958 commit 52bad18

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
@@ -23,7 +23,7 @@ jobs:
2323

2424
release:
2525
name: Release
26-
if: github.event_name == 'push' && github.ref_name == 'main'
26+
if: ${{ github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'beta') }}
2727
needs: tests
2828
runs-on: ubuntu-latest
2929
steps:

0 commit comments

Comments
 (0)