Skip to content

Commit 87a5d34

Browse files
Update ci.yml
1 parent c0739a9 commit 87a5d34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636

3737
deploy:
3838
runs-on: ubuntu-latest
39-
if: github.ref == 'refs/tags/*' && matrix.python-version == '3.9'
39+
needs: build
40+
if: github.ref_name == startsWith('refs/tags/')
4041
steps:
4142
- name: Check out code
4243
uses: actions/checkout@v2

0 commit comments

Comments
 (0)