Skip to content

Commit

Permalink
Use new branch name format for release please CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Mar 8, 2024
1 parent 0035d8e commit fbf3fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fbf3fda

Please sign in to comment.