Skip to content

Commit

Permalink
fix: master only
Browse files Browse the repository at this point in the history
Signed-off-by: David Looi <[email protected]>
  • Loading branch information
davelooi committed Oct 20, 2024
1 parent 16ee166 commit dd1d9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- dl/upgrade-release-please

permissions:
contents: write
Expand All @@ -16,6 +15,8 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
target-branch: master

- if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"target-branch": "dl/upgrade-release-please",
"release-type": "ruby",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
Expand Down

0 comments on commit dd1d9ec

Please sign in to comment.