There was an error while loading. Please reload this page.
main
1 parent f1fcd22 commit 45a5d8fCopy full SHA for 45a5d8f
1 file changed
.github/workflows/ci.yml
@@ -126,5 +126,5 @@ jobs:
126
run: pnpm pkg-pr-new publish --compact --template './playground' ./packages/create-nuxt ./packages/nuxi ./packages/nuxt-cli
127
128
- name: 📦 release nightly
129
- if: github.event_name == 'push'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
130
run: node ./scripts/release-nightly.mjs
0 commit comments