Skip to content

Commit a6f3010

Browse files
authored
Update codeql-analysis.yml
1 parent 8298fe9 commit a6f3010

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ name: "CodeQL"
88
on:
99
push:
1010
branches: [master]
11+
paths-ignore:
12+
- '**/src/test/java/**'
1113
pull_request:
1214
# The branches below must be a subset of the branches above
1315
branches: [master]
16+
paths-ignore:
17+
- '**/src/test/java/**'
1418
schedule:
1519
- cron: '0 2 * * 1'
1620

0 commit comments

Comments
 (0)