mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
allow running from dispatch
This commit is contained in:
parent
ceccf8278d
commit
110e9d09ce
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build_container.yml
vendored
3
.github/workflows/build_container.yml
vendored
|
|
@ -12,7 +12,8 @@ jobs:
|
|||
build-container:
|
||||
if: >
|
||||
github.event_name == 'push' ||
|
||||
github.event_name == 'issue_comment'
|
||||
github.event_name == 'issue_comment' ||
|
||||
github.event_name == 'workflow_dispatch'
|
||||
name: Build Container Image
|
||||
env:
|
||||
JOB_NAME: Build Container Image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue