ci: prevent some useless runs when only docs are updated

This commit is contained in:
Kévin Dunglas
2024-03-13 18:33:51 +01:00
parent b18a079eb9
commit f182eba6f0
3 changed files with 8 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ on:
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
push:
branches:
- main