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 7db6164 commit 91a713aCopy full SHA for 91a713a
.github/workflows/ci.yaml
@@ -289,7 +289,7 @@ jobs:
289
290
release-packages:
291
needs: [test-python]
292
- if: ${{ github.repository_owner == 'sciexp' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') }}
+ if: ${{ github.repository_owner == 'sciexp' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') }}
293
concurrency:
294
group: release-${{ matrix.package.name }}-${{ github.workflow }}-${{ github.ref_name }}
295
cancel-in-progress: true
0 commit comments