ci: allow triggering docker build workflow manually.
Add a `workflow_dispatch` so that it's possible it's possible to trigger the Docker build workflow manually. https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
This commit is contained in:
2
.github/workflows/docker-build.yaml
vendored
2
.github/workflows/docker-build.yaml
vendored
@@ -15,7 +15,7 @@
|
||||
name: Docker Build
|
||||
|
||||
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows
|
||||
on: [push, create]
|
||||
on: [push, create, workflow_dispatch]
|
||||
|
||||
# https://docs.github.com/en/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token
|
||||
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idpermissions
|
||||
|
||||
Reference in New Issue
Block a user