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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dockerhub-build-push:
|
dockerhub-build-push:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue