Skip to content

Commit 035d09e

Browse files
committed
Only run wheel building when tag is pushed
1 parent cdb99a0 commit 035d09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
PYTHON_ISAL_LINK_DYNAMIC: True
131131

132132
deploy:
133-
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
133+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
134134
runs-on: ${{ matrix.os }}
135135
needs: [lint, package-checks, test-static, test-dynamic]
136136
strategy:

0 commit comments

Comments
 (0)