Skip to content

Commit 85d0bf4

Browse files
committed
fix: remove paths-ignore from pre-commit workflow
The pre-commit workflow should run on all pull requests regardless of file type to ensure comprehensive code quality checks. The paths-ignore was preventing the workflow from running on documentation and example updates.
1 parent 782f493 commit 85d0bf4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ name: Pre-commit
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened]
6-
paths-ignore:
7-
- "*.md"
8-
- "docs/**"
9-
- "website/**"
10-
- "examples/**"
116

127
env:
138
# Ensure pre-commit uses the right Python version

0 commit comments

Comments
 (0)