mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
use path-ignore instead of path for file filters
This commit is contained in:
parent
8b5c0dec55
commit
e054016c90
1 changed files with 8 additions and 8 deletions
16
.github/workflows/lint-and-test.yml
vendored
16
.github/workflows/lint-and-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue