Skip to content

Commit

Permalink
chore: check for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
2wce committed Jan 20, 2024
1 parent 9f7a0d8 commit dc701ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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' || github.ref == 'refs/heads/beta')
runs-on: ubuntu-latest

# Waits for test jobs for each Node.js version to complete
Expand Down

0 comments on commit dc701ee

Please sign in to comment.