chore(ci): only trigger time consuming steps when relevant (#1714)

This commit is contained in:
Alexandre Daubois
2025-07-05 18:37:59 +02:00
committed by GitHub
parent 6be261169a
commit 23c493dfcf
5 changed files with 25 additions and 4 deletions

View File

@@ -7,8 +7,14 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "docs/**"
paths:
- "*.c"
- "*.h"
- "*.stub.php"
- "*Dockerfile"
- "docker-bake.hcl"
- "*.sh"
- ".github/workflows/docker.yaml"
push:
branches:
- main