mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-16 17:51:08 +00:00
Add trigger for manually pushing Docker image
This commit is contained in:
parent
a72f2f6ace
commit
5a26917ba9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -1,4 +1,6 @@
|
|||
on:
|
||||
repository_dispatch:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Reference in a new issue