Skip to content

Commit d4a4d13

Browse files
committed
ci: remove path exclusion for CodeQL Action runs
1 parent 7bd4bc4 commit d4a4d13

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/codeql/codeql-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: CodeQL configuration
22
paths:
33
- src/package
4+
- .github/workflows

.github/workflows/codeql-analysis.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
branches:
1212
- release
1313
- main
14-
# Avoid unnecessary scans of pull requests.
15-
paths:
16-
- '**/*.py'
1714
schedule:
1815
- cron: 20 15 * * 3
1916
permissions:

0 commit comments

Comments
 (0)