mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 18:01: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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 2.x
|
||||
|
1
.github/workflows/docker-release.yml
vendored
1
.github/workflows/docker-release.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Docker Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [ created ]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user