Skip to content

Commit 34cd773

Browse files
ci: Add py file path
1 parent dd6c419 commit 34cd773

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ on:
55
push:
66
branches:
77
- "main"
8+
paths:
9+
- "**.py"
810
pull_request:
911
branches:
1012
- "main"
13+
paths:
14+
- "**.py"
1115

1216
concurrency:
1317
group: ${{ github.ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)