From 74151efdc319565ccc1d83696f5cc41b370f2b3b Mon Sep 17 00:00:00 2001 From: Jacob Page Date: Tue, 21 Jul 2026 16:55:00 -0700 Subject: [PATCH] fix(ci): repoint CI/CodeQL triggers from main to original (DEVEX-926) main will be renamed to original as part of the gddy branch swap; keep CI and CodeQL scanning running on the maintained old-CLI branch after the rename instead of going dark. --- .github/workflows/cicd.yml | 2 +- .github/workflows/codeql-analysis.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b117066c..224dfb32 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -2,7 +2,7 @@ name: CICD on: push: branches: - - 'main' + - 'original' pull_request: branches: - '*' diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 172cac9d..840b6768 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ main ] + branches: [ original ] pull_request: # The branches below must be a subset of the branches above - branches: [ main ] + branches: [ original ] schedule: - cron: '19 21 * * 3'