Skip to content

Commit

Permalink
chore(release-please): add v3 to targeted branches
Browse files Browse the repository at this point in the history
  • Loading branch information
bencromwell committed Jan 18, 2024
1 parent 9f87b0c commit 2128a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

release-please:
runs-on: [ ubuntu-latest ]
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v3'
outputs:
release_created: ${{ steps.release-please.outputs.release_created }}
tag_name: ${{ steps.release-please.outputs.tag_name }}
Expand Down

0 comments on commit 2128a3e

Please sign in to comment.