Skip to content

Commit 18f3231

Browse files
committed
ci(github/bumpversion): fix workflow to not skip commits with bump word
1 parent 7ae1850 commit 18f3231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bumpversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
if: "!contains(github.event.head_commit.message, 'bump')"
10+
if: "!startsWith(github.event.head_commit.message, 'bump:')"
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:

0 commit comments

Comments
 (0)