We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e882b57 + 51a7386 commit 195b75bCopy full SHA for 195b75b
1 file changed
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
# We don't want to run release and release-unstable concurrently as NPM doesn't allow publishing packages while another version of the same package is
65
# still processing. So we wait for release to finish, and the always() ensure that it will run no matter the result of release.
66
needs: [release]
67
- if: "always() && github.event_name == 'push' && github.ref == 'refs/heads/alpha-release' && !startsWith(github.event.head_commit.message, 'chore(release): new version')"
+ if: "always() && github.event_name == 'push' && github.ref == 'refs/heads/main' && !startsWith(github.event.head_commit.message, 'chore(release): new version')"
68
steps:
69
- name: Checkout Repo
70
uses: actions/checkout@v6
0 commit comments