From 078d441cdefe005cbdefa5f436aa6f995cacf74f Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Tue, 6 Dec 2022 10:09:40 -0500 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b93dd603..4ef63409 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,11 +14,17 @@ name: "CodeQL" on: push: branches: [ "main" ] + paths: + - core/** + - docs/** pull_request: # The branches below must be a subset of the branches above branches: [ "main" ] + paths: + - core/** + - docs/** schedule: - - cron: '37 9 * * 4' + - cron: '0 9 * * 4' jobs: analyze: