Skip to content

Commit d312f21

Browse files
committed
Publish action trigger fix 2
1 parent 4ccd54e commit d312f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

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

1313
jobs:
1414
release:
15-
if: "!contains(github.event.head_commit.message, 'bump')"
15+
if: "contains(github.event.head_commit.message, 'bump')"
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository

0 commit comments

Comments
 (0)