Skip to content

Commit ce779ed

Browse files
authored
Apply suggestions from code review
1 parent 5dfe86e commit ce779ed

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
@@ -2,7 +2,13 @@ name: "Code Scanning - Action"
22

33
on:
44
pull_request:
5+
paths:
6+
- 'lib/**'
57
push:
8+
branches:
9+
- master
10+
paths:
11+
- 'lib/**'
612

713
jobs:
814
CodeQL-Build:

0 commit comments

Comments
 (0)