Skip to content

Commit

Permalink
ci: run release workflow on other branches as well
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Nov 29, 2024
1 parent 6b8011e commit af332c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Release
push:
branches:
- main
- next
- beta
- "*.x"
# These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
permissions:
contents: write # to be able to publish a GitHub release
Expand Down

0 comments on commit af332c9

Please sign in to comment.