Skip to content

Commit 30eb4a3

Browse files
committed
ci: always release on pkg.pr.new
1 parent dfc3ee3 commit 30eb4a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ on:
1111
permissions: {}
1212

1313
jobs:
14-
release-pr:
14+
release-pkg-pr-new:
1515
runs-on: ubuntu-latest
16-
if: ${{ github.event_name == 'pull_request' }}
1716
steps:
1817
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1918
- run: corepack enable

0 commit comments

Comments
 (0)