From b351e906b62083b1dcfdb7a6c8aa8a4d3fb55ff4 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Thu, 26 Aug 2021 03:58:35 -0700 Subject: [PATCH] Update codeql branch target (#5913) --- .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 bf146390..cc5fd29d 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'