Skip to content

Commit 4fd65e3

Browse files
committed
ci: run ghcr publish on workflow_dispatch
1 parent 9be01b4 commit 4fd65e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ jobs:
4949
run: npx semantic-release
5050
ghcr:
5151
runs-on: ubuntu-24.04
52-
if: github.repository_owner == 'Virtool' && github.event_name == 'push' && needs.release.outputs.git-tag != ''
52+
if: |
53+
github.repository_owner == 'Virtool' &&
54+
(github.event_name == 'push' || github.event_name == 'workflow_dispatch') &&
55+
needs.release.outputs.git-tag != ''
5356
needs: [release]
5457
steps:
5558
- name: Checkout

0 commit comments

Comments
 (0)