Use new branch name format for release please CI tests

This commit is contained in:
Luke Karrys 2024-03-08 15:59:51 -07:00
parent 0035d8e9dc
commit fbf3fda875
No known key found for this signature in database

View file

@ -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