Skip to content

Commit 008c4bf

Browse files
committed
docs: add skip bumpping if statement to README
1 parent 454d023 commit 008c4bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
jobs:
2121
bump_version:
22+
if: "!startsWith(github.event.head_commit.message, 'bump:')"
2223
runs-on: ubuntu-latest
2324
name: "Bump version and create changelog with commitizen"
2425
steps:

0 commit comments

Comments
 (0)