Skip to content

Commit c82f542

Browse files
committed
Test deploy
1 parent 3b315a5 commit c82f542

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
@@ -154,7 +154,7 @@ jobs:
154154
PYTHON_ISAL_LINK_DYNAMIC: True
155155

156156
deploy:
157-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
157+
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
158158
runs-on: ${{ matrix.os }}
159159
needs: [lint, package-checks, test-static, test-dynamic]
160160
strategy:

0 commit comments

Comments
 (0)