We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc0958 commit 52bad18Copy full SHA for 52bad18
.github/workflows/test_and_release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
release:
25
name: Release
26
- if: github.event_name == 'push' && github.ref_name == 'main'
+ if: ${{ github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'beta') }}
27
needs: tests
28
runs-on: ubuntu-latest
29
steps:
0 commit comments