Skip to content

Commit 113b481

Browse files
author
bnasslahsen
committed
Merge remote-tracking branch 'origin/master'
2 parents 6e3f406 + b99cdee commit 113b481

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ on:
99
push:
1010
branches: [master]
1111
paths-ignore:
12-
- '**/src/test/java/**'
12+
- 'springdoc-openapi-security/src/test/java/**'
13+
- 'springdoc-openapi-webmvc-core/src/test/java/**'
1314
pull_request:
1415
# The branches below must be a subset of the branches above
1516
branches: [master]
1617
paths-ignore:
17-
- '**/src/test/java/**'
18+
- 'springdoc-openapi-security/src/test/java/**'
19+
- 'springdoc-openapi-webmvc-core/src/test/java/**'
1820
schedule:
1921
- cron: '0 2 * * 1'
2022

0 commit comments

Comments
 (0)