mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-13 00:03:11 +00:00
Build new Docker image on push to master
This commit is contained in:
parent
6c24a22df6
commit
64a36410b5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -7,6 +7,8 @@ on:
|
|||
types:
|
||||
- completed
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
pull_request:
|
||||
|
|
|
|||
Loading…
Reference in a new issue