Skip to content

Commit a86e283

Browse files
Update CodeQL workflow configuration
Add paths and paths-ignore to CodeQL workflow
1 parent 7231cac commit a86e283

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,21 @@
1111
#
1212
name: "CodeQL Advanced"
1313

14+
paths:
15+
- src
16+
- docs-src
17+
- test
18+
- types
19+
paths-ignore:
20+
- "node_modules/**"
21+
- "docs/**"
22+
1423
on:
1524
push:
1625
branches: [ "main" ]
1726
pull_request:
1827
branches: [ "main" ]
1928
paths-ignore:
20-
- "node_modules/**"
21-
- "docs/**"
2229
- "**/*.md"
2330
schedule:
2431
- cron: '42 2 * * 6'

0 commit comments

Comments
 (0)