Compare commits

..

2 commits

Author SHA1 Message Date
David Paul Graham
08ca931984
Merge e054016c90 into 3b906d62c8 2026-03-14 07:32:22 -04:00
David Paul Graham
e054016c90
use path-ignore instead of path for file filters 2026-03-14 07:32:10 -04:00

View file

@ -2,15 +2,15 @@ name: Lint & Test
on:
pull_request:
paths:
- ".github/workflows/*"
- "encrypted_fields/**/*"
- "package_test/**/*"
- "manage.py"
- "requirements.txt"
- "setup.py"
- "pyproject.toml"
paths-ignore:
- "LICENCE.txt"
- "**/*.md"
- ".pre-commit-config.yaml"
push:
paths-ignore:
- "LICENCE.txt"
- "**/*.md"
- ".pre-commit-config.yaml"
permissions:
contents: read