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.
1 parent 10431d3 commit b99cdeeCopy full SHA for b99cdee
.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