Skip to content

Commit 537a62c

Browse files
authored
Run CodeQL only when the source code and tests changed (#1891)
1 parent a4d9201 commit 537a62c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ on:
1919
branches: [ "master" ]
2020
pull_request:
2121
branches: [ "master" ]
22+
paths:
23+
- 'src/**'
24+
- 'include/**'
25+
- 'test/**'
26+
- 'python/**'
27+
- '.github/workflows/codeql.yml'
2228
schedule:
2329
- cron: '0 0 * * 1'
2430

0 commit comments

Comments
 (0)