mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-17 05:00:26 +00:00
Only trigger Docker build on release completion
Also clean up other unneeded triggers.
This commit is contained in:
parent
29b80d906b
commit
d2df655fff
1 changed files with 4 additions and 6 deletions
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
|
|
@ -1,19 +1,17 @@
|
|||
name: Docker
|
||||
on:
|
||||
repository_dispatch:
|
||||
workflow_dispatch:
|
||||
workflow_run:
|
||||
workflows: ["release"]
|
||||
workflows:
|
||||
- release
|
||||
types:
|
||||
- completed
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
- master
|
||||
|
||||
env:
|
||||
IMAGE_NAME: lycheeverse/lychee
|
||||
|
|
|
|||
Loading…
Reference in a new issue