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 299821a commit 110c20cCopy full SHA for 110c20c
.github/workflows/python-package.yml
@@ -78,7 +78,7 @@ jobs:
78
runs-on: ubuntu-22.04
79
timeout-minutes: 15
80
needs: build
81
- if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/pre-release'
+ if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/pre-release' || startsWith(github.ref, 'refs/tags/v')
82
83
steps:
84
- uses: actions/checkout@v3
0 commit comments