Skip to content

Commit 9ced76e

Browse files
committed
chore(gh-action): test new conditional on [skip ci]
1 parent 08f9adb commit 9ced76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

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

1313
jobs:
1414
build:
15-
if: "!contains(github.event.head_commit.message, '[skip ci]')"
15+
if: "!startsWith(github.ref, 'refs/tags/') && !contains(github.event.head_commit.message, '[skip ci]')"
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)