From 93915dac35877792ac96f69bdea440ef44c95c7a Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Thu, 16 Feb 2023 13:28:47 -0500 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5ec79f05..c6b35d2e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: ["main"] + branches: ["main", "next"] pull_request: # The branches below must be a subset of the branches above - branches: ["main"] + branches: ["main", "next"] schedule: - cron: "0 9 * * 4"