Skip to content

Commit 20e9de2

Browse files
committed
update: deploy
1 parent 62879ad commit 20e9de2

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
@@ -31,7 +31,7 @@ jobs:
3131
deploy:
3232
name: Deploy
3333
needs: test
34-
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v*')
34+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Setup Python 3.8

0 commit comments

Comments
 (0)