We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e3f406 + b99cdee commit 113b481Copy full SHA for 113b481
.github/workflows/codeql-analysis.yml
@@ -9,12 +9,14 @@ on:
9
push:
10
branches: [master]
11
paths-ignore:
12
- - '**/src/test/java/**'
+ - 'springdoc-openapi-security/src/test/java/**'
13
+ - 'springdoc-openapi-webmvc-core/src/test/java/**'
14
pull_request:
15
# The branches below must be a subset of the branches above
16
17
18
19
20
schedule:
21
- cron: '0 2 * * 1'
22
0 commit comments