From d7bf0e3e8e713a1cca7b163bd5e76b5480d79caf Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 10 May 2021 14:32:18 -0700 Subject: [PATCH] ci: adjusting the codeql workflow to reduce errors (#424) --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7d01c539..a59e6478 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,7 +2,9 @@ name: "CodeQL" on: push: + branches: [master] pull_request: + branches: [master] schedule: - cron: '0 12 * * 1'