Skip to content

Commit

Permalink
chore: updated release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Nov 2, 2024
1 parent 09d31bb commit 170889f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ permissions:
jobs:
release-please:
if: >
github.event_name == 'push' ||
(github.event.pull_request.merged == true && !startsWith(github.event.pull_request.title, 'chore(release):'))
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.merged == true && !startsWith(github.event.pull_request.title, 'chore(release):'))
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
Expand Down

0 comments on commit 170889f

Please sign in to comment.