Enable manual triggering of the workflow with workflow_dispatch
This commit is contained in:
parent
458bf12a9d
commit
8dbc05c873
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
dockerhub-build-push:
|
||||
|
|
|
|||
Loading…
Reference in a new issue