Skip to content

Commit

Permalink
ci: Enable autofix on push to release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jul 19, 2024
1 parent b970f67 commit b189e31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: autofix.ci # needed to securely identify the workflow

on:
pull_request:
push:
branches: [main, alpha, beta, rc, v4]

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
Expand Down
5 changes: 1 addition & 4 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,12 @@ await publish({
main: {
prerelease: false,
},
next: {
alpha: {
prerelease: true,
},
beta: {
prerelease: true,
},
alpha: {
prerelease: true,
},
rc: {
prerelease: true,
},
Expand Down

0 comments on commit b189e31

Please sign in to comment.