Skip to content

Commit 6f407fe

Browse files
committed
run if workflow_dispatch
1 parent b193118 commit 6f407fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
build-and-push-docker:
24-
if: ${{ github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' }}
24+
if: ${{ github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'}}
2525
runs-on: ubuntu-latest
2626
defaults:
2727
run:

0 commit comments

Comments
 (0)