Fix codeql.

This commit is contained in:
Stephan Schnabel 2022-02-04 14:14:25 +01:00
parent 02ee4d2a9e
commit 6627f89fa0
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
3 changed files with 3 additions and 5 deletions

View file

@ -4,12 +4,10 @@ name: CodeQL
workflow_dispatch: {}
push:
branches: [main]
paths: [src/main/java/*.java]
pull_request:
branches: [main]
paths: [src/main/java/*.java]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * *'
jobs:
codeql: