Skip to content

Commit 91a713a

Browse files
fix(ci): enable releasee on workflow dispatch
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 7db6164 commit 91a713a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289

290290
release-packages:
291291
needs: [test-python]
292-
if: ${{ github.repository_owner == 'sciexp' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') }}
292+
if: ${{ github.repository_owner == 'sciexp' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') }}
293293
concurrency:
294294
group: release-${{ matrix.package.name }}-${{ github.workflow }}-${{ github.ref_name }}
295295
cancel-in-progress: true

0 commit comments

Comments
 (0)