Allow running github actions manually
This commit is contained in:
parent
47e797cfcb
commit
2d70c2c4ce
|
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dockerhub-build-push:
|
dockerhub-build-push:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue