Don't run the CI build when only Python scripts are edited.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
3ad38ba503
commit
1539741e71
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
branches: [ bleed, 'prep-*' ]
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- '*.py'
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
Reference in New Issue
Block a user