Skip to content

Commit cadc1a3

Browse files
committed
Update codeql.yml
1 parent c309437 commit cadc1a3

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
@@ -14,9 +14,15 @@ name: "CodeQL"
1414
on:
1515
push:
1616
branches: [ master ]
17+
paths:
18+
- src
19+
- .github/workflows/codeql.yml
1720
pull_request:
1821
# The branches below must be a subset of the branches above
1922
branches: [ master ]
23+
paths:
24+
- src
25+
- .github/workflows/codeql.yml
2026

2127
jobs:
2228
analyze:

0 commit comments

Comments
 (0)