Add 'workflow_dispatch' in the workflow file for Docker image generation to allow manually starting the workflow.
This commit is contained in:
parent
a9986e5351
commit
fa17ae2098
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -9,6 +9,8 @@ on:
|
|||
branches: [ develop ]
|
||||
paths:
|
||||
- 'docker/**'
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue
Block a user