From 38361a6f56bf05a1d90d03b2d0bbf0a1cc28e7bc Mon Sep 17 00:00:00 2001 From: Mihir Patel Date: Thu, 22 Jun 2023 09:34:36 -0700 Subject: [PATCH] Codeql on PRs (#352) * Codeql on PRs * allow empty --- .github/workflows/codeql-analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 07197a82e1..7fb270db97 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,6 +14,9 @@ name: 'CodeQL' on: push: branches: [main] + pull_request: + # The branches below must be a subset of the branches above + branches: [main] schedule: - cron: '0 9 * * 1' # Every Monday at 09:00 (9:00 AM)