Skip to content

Commit

Permalink
ci: set chore/release-please as target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Apr 2, 2024
1 parent c6caba2 commit bfd9867
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- chore/release-please

permissions:
contents: write
Expand All @@ -13,4 +13,6 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: google-github-actions/release-please-action@v4
with:
target-branch: ${{ github.ref_name }}

0 comments on commit bfd9867

Please sign in to comment.