Don't run the CI build when only Python scripts are edited.

This commit is contained in:
Matthias Mailänder
2025-12-15 14:46:07 +01:00
committed by Gustas Kažukauskas
parent 3ad38ba503
commit 1539741e71

View File

@@ -8,6 +8,7 @@ on:
branches: [ bleed, 'prep-*' ]
paths-ignore:
- '*.md'
- '*.py'
permissions:
contents: read # to fetch code (actions/checkout)