Skip to content

Commit cbd76e6

Browse files
Adding dependabot update
1 parent 00d7c00 commit cbd76e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: "CodeQL"
22

33
on:
44
push:
5+
paths:
6+
- "libraries/**"
57
branches: [ "develop", main ]
68
pull_request:
7-
# The branches below must be a subset of the branches above
9+
paths:
10+
- "libraries/**"
811
branches: [ "develop" ]
912
schedule:
1013
- cron: '42 8 * * 0'

0 commit comments

Comments
 (0)