mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
Use new branch name format for release please CI tests
This commit is contained in:
parent
0035d8e9dc
commit
fbf3fda875
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
|
@ -30,5 +30,5 @@ jobs:
|
|||
test:
|
||||
name: Release Test
|
||||
needs: [ release-please ]
|
||||
if: needs.release-please.outputs.pr || startsWith(github.head_ref, 'release-v')
|
||||
if: needs.release-please.outputs.pr || startsWith(github.head_ref, 'release-please--')
|
||||
uses: ./.github/workflows/tests.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue