From d2f016fd9630a7aa64332c30ab105f3b3c34aa34 Mon Sep 17 00:00:00 2001 From: Wil Thieme Date: Sat, 7 Sep 2024 11:24:14 -0400 Subject: [PATCH] marjor-release --> major-release --- .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 59bc2a09be..15fb47de96 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "main", "marjor-release" ] + branches: [ "main", "major-release" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main", "marjor-release" ] + branches: [ "main", "major-release" ] schedule: - cron: "0 0 * * 1"