Skip to content

Commit

Permalink
build: update release to support beta branch
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   .github/workflows/testPublish.yml
  • Loading branch information
blackfalcon committed Jun 20, 2024
1 parent 4205594 commit d7a641e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

release:
# Only release on push to main
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || 'refs/heads/beta'
runs-on: ubuntu-latest
needs: test
steps:
Expand Down

0 comments on commit d7a641e

Please sign in to comment.