Skip to content

Commit 6daf795

Browse files
committed
still run pre-commit hooks without filter
1 parent 65e480e commit 6daf795

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,8 @@ on:
55
push:
66
branches:
77
- main
8-
paths-ignore:
9-
- "docs/**"
10-
- "mkdocs.yml"
11-
- "README.md"
128
pull_request:
139
types: [opened, reopened, synchronize, labeled]
14-
paths-ignore:
15-
- "docs/**"
16-
- "mkdocs.yml"
17-
- "README.md"
1810

1911
concurrency:
2012
group: pre-commit-${{github.event.pull_request.number || github.ref}}

0 commit comments

Comments
 (0)