From 01ed355bcafded5b19c0057aaa3594df16cfc72f Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 30 Jan 2022 14:25:15 -0500 Subject: [PATCH] Fix CodeQL to run on pushes to main not master (Miller has the former not the latter) --- .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 240982e14..5d9dc5859 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,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: '22 1 * * 0' workflow_dispatch: