There was an error while loading. Please reload this page.
1 parent b193118 commit 6f407feCopy full SHA for 6f407fe
1 file changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ on:
21
22
jobs:
23
build-and-push-docker:
24
- if: ${{ github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'}}
25
runs-on: ubuntu-latest
26
defaults:
27
run:
0 commit comments