Skip to content

Commit fbf3fda

Browse files
committed
Use new branch name format for release please CI tests
1 parent 0035d8e commit fbf3fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
test:
3131
name: Release Test
3232
needs: [ release-please ]
33-
if: needs.release-please.outputs.pr || startsWith(github.head_ref, 'release-v')
33+
if: needs.release-please.outputs.pr || startsWith(github.head_ref, 'release-please--')
3434
uses: ./.github/workflows/tests.yml

0 commit comments

Comments
 (0)