We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b315a5 commit c82f542Copy full SHA for c82f542
.github/workflows/ci.yml
@@ -154,7 +154,7 @@ jobs:
154
PYTHON_ISAL_LINK_DYNAMIC: True
155
156
deploy:
157
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ #if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
158
runs-on: ${{ matrix.os }}
159
needs: [lint, package-checks, test-static, test-dynamic]
160
strategy:
0 commit comments