Skip to content

Commit 110c20c

Browse files
authored
[skip travis] DEV: Add tags to release (#401)
- Add tags to release
1 parent 299821a commit 110c20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-22.04
7979
timeout-minutes: 15
8080
needs: build
81-
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/pre-release'
81+
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/pre-release' || startsWith(github.ref, 'refs/tags/v')
8282

8383
steps:
8484
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)