From 4e64aa9ffe8372ae6090d7c40f05e3059f606b8f Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Wed, 25 Aug 2021 22:58:29 -0700 Subject: [PATCH] Update codeql branch target --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bf1463909c..cc5fd29dd3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,10 +7,10 @@ name: "CodeQL" on: push: - branches: [master] + branches: [main] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [main] schedule: - cron: '0 23 * * 0'