Skip to content

Commit 170889f

Browse files
committed
chore: updated release workflows
1 parent 09d31bb commit 170889f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ permissions:
1111
jobs:
1212
release-please:
1313
if: >
14-
github.event_name == 'push' ||
15-
(github.event.pull_request.merged == true && !startsWith(github.event.pull_request.title, 'chore(release):'))
14+
github.event_name == 'push' ||
15+
(github.event_name == 'pull_request' && github.event.pull_request.merged == true && !startsWith(github.event.pull_request.title, 'chore(release):'))
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: google-github-actions/release-please-action@v3

0 commit comments

Comments
 (0)