mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 09:51:37 +00:00
add manual dispatch to docker workflows
This commit is contained in:
parent
5aa100519e
commit
e976709522
1
.github/workflows/docker-latest.yml
vendored
1
.github/workflows/docker-latest.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Docker Latest
|
name: Docker Latest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 2.x
|
- 2.x
|
||||||
|
1
.github/workflows/docker-release.yml
vendored
1
.github/workflows/docker-release.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Docker Release
|
name: Docker Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
types: [ created ]
|
types: [ created ]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user