Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: add release check.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Feb 29, 2024
1 parent adbb789 commit b24e448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: release-please
jobs:
release-please:
name : releasePlz
if : ${{ startsWith(github.event.head_commit.message, 'chore:') }}
if : ${{ startsWith(github.event.head_commit.message, 'chore:') || startsWith(github.event.head_commit.message, 'Merge pull request')}}
runs-on: ubuntu-latest
steps:
- id: rp
Expand Down

0 comments on commit b24e448

Please sign in to comment.