Skip to content

Commit 29056a5

Browse files
committed
ci: run lint workflow only on python file changes
1 parent c00d48f commit 29056a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint-fix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Python Lint and Auto-Format
33
on:
44
push:
55
branches: ["main", "master"]
6+
paths: ["**.py"]
67
pull_request:
78
branches: ["main", "master"]
9+
paths: ["**.py"]
810

911
permissions:
1012
contents: write

0 commit comments

Comments
 (0)