We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f9adb commit 9ced76eCopy full SHA for 9ced76e
.github/workflows/pythonpackage.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
build:
15
- if: "!contains(github.event.head_commit.message, '[skip ci]')"
+ if: "!startsWith(github.ref, 'refs/tags/') && !contains(github.event.head_commit.message, '[skip ci]')"
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
0 commit comments