1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

ci: run Docker tests only when the Dockerfiles are modified

This commit is contained in:
Frédéric Guillot 2024-12-26 14:42:00 -08:00
parent 3466e9e2d6
commit b87c547a07

View file

@ -7,6 +7,8 @@ on:
- '[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+'
pull_request: pull_request:
branches: [ main ] branches: [ main ]
paths:
- 'packaging/docker/**'
jobs: jobs:
docker-images: docker-images:
name: Docker Images name: Docker Images