Skip to content

Commit e054016

Browse files
committed
use path-ignore instead of path for file filters
1 parent 8b5c0de commit e054016

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/lint-and-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Lint & Test
22

33
on:
44
pull_request:
5-
paths:
6-
- ".github/workflows/*"
7-
- "encrypted_fields/**/*"
8-
- "package_test/**/*"
9-
- "manage.py"
10-
- "requirements.txt"
11-
- "setup.py"
12-
- "pyproject.toml"
5+
paths-ignore:
6+
- "LICENCE.txt"
7+
- "**/*.md"
8+
- ".pre-commit-config.yaml"
139
push:
10+
paths-ignore:
11+
- "LICENCE.txt"
12+
- "**/*.md"
13+
- ".pre-commit-config.yaml"
1414

1515
permissions:
1616
contents: read

0 commit comments

Comments
 (0)