Skip to content

Commit b0f2895

Browse files
committed
ci: release pkg.pr.new for main/3.x branches as well
1 parent 7831bee commit b0f2895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ jobs:
360360
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
361361
NPM_CONFIG_PROVENANCE: true
362362

363-
release-pr:
364-
if: github.repository_owner == 'nuxt' && github.event_name != 'push'
363+
release-pkg-pr-new:
364+
if: github.repository_owner == 'nuxt'
365365
needs:
366366
- build
367367
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)