mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-21 13:34:46 +00:00
Don't build Docker image for pushes to arbitrary branches (#894)
Avoids building Docker image twice on pull requests
This commit is contained in:
parent
6c6f8afd98
commit
14707d19b3
1 changed files with 0 additions and 2 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -7,8 +7,6 @@ on:
|
|||
types:
|
||||
- completed
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
pull_request:
|
||||
|
|
|
|||
Loading…
Reference in a new issue