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"