Skip to content

Commit eb2223d

Browse files
Merge pull request #198 from IBM/chore-prevention
chore(actions): release prevention for chore commits
2 parents 66ff09c + 8e90d86 commit eb2223d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
create-release:
8484
name: semantic-release
85-
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && !contains(github.event.head_commit.message, 'chore(release):')
85+
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && !contains(github.event.head_commit.message, 'chore')
8686
needs: build
8787
runs-on: ubuntu-latest
8888

0 commit comments

Comments
 (0)