mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-16 04:02:15 +00:00
Docker: re-enable PR builds
This commit is contained in:
parent
a533bcb8e4
commit
35d72314d2
8
.github/workflows/docker.yaml
vendored
8
.github/workflows/docker.yaml
vendored
@ -2,7 +2,13 @@ name: Docker
|
||||
|
||||
on:
|
||||
push:
|
||||
# Publish `main` as Docker `latest` image.
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- web/**
|
||||
- doc/**
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
|
Loading…
Reference in New Issue
Block a user