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 cdb99a0 commit 035d09eCopy full SHA for 035d09e
.github/workflows/ci.yml
@@ -130,7 +130,7 @@ jobs:
130
PYTHON_ISAL_LINK_DYNAMIC: True
131
132
deploy:
133
- #if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
134
runs-on: ${{ matrix.os }}
135
needs: [lint, package-checks, test-static, test-dynamic]
136
strategy:
0 commit comments