diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d86b51c..f5e99f8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,7 +2,8 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: + - master paths-ignore: - '**/README.md' - '**/CONTRIBUTING.md' @@ -10,7 +11,8 @@ on: - '**/CODE_OF_CONDUCT.md' - '**/LICENSE' pull_request: - branches: [ master ] + branches: + - master paths-ignore: - '**/README.md' - '**/CONTRIBUTING.md' @@ -18,7 +20,7 @@ on: - '**/CODE_OF_CONDUCT.md' - '**/LICENSE' schedule: - - cron: '28 19 * * 5' + - cron: '0 0 * * 5' jobs: analyze: