Skip to content

fix(ci): repoint CI/CodeQL triggers from main to original (DEVEX-926)#142

Merged
jpage-godaddy merged 1 commit into
mainfrom
jpage/devex-926-ci-codeql-original-branch
Jul 22, 2026
Merged

fix(ci): repoint CI/CodeQL triggers from main to original (DEVEX-926)#142
jpage-godaddy merged 1 commit into
mainfrom
jpage/devex-926-ci-codeql-original-branch

Conversation

@jpage-godaddy

Copy link
Copy Markdown
Collaborator

Summary

  • Ahead of the main/rust-port branch swap, repoint cicd.yml and codeql-analysis.yml push triggers from branches: [main] to branches: [original] so CI keeps running on the renamed old-CLI branch instead of going dark.
  • Also updated codeql-analysis.yml's pull_request trigger to [original] to keep it a subset of the push branches, per the file's own comment.
  • cicd.yml's pull_request trigger is already branches: '*' and needs no change.

Jira: DEVEX-926 (parent: DEVEX-924)

Test plan

  • Confirm workflow YAML is valid (no syntax errors)
  • After the branch rename lands, verify a push to original triggers both CICD and CodeQL workflows

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.
Copilot AI review requested due to automatic review settings July 21, 2026 23:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates GitHub Actions workflow branch filters so CI and CodeQL continue to run on the soon-to-be-renamed legacy branch (original) ahead of the planned main/rust-port branch swap.

Changes:

  • Updated CodeQL workflow push and pull_request branch filters from main to original.
  • Updated CICD workflow push branch filter from main to original.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/codeql-analysis.yml Repoints CodeQL triggers to run on original for both push and PR events.
.github/workflows/cicd.yml Repoints CI push trigger to run on original so CI continues after the rename.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jpage-godaddy
jpage-godaddy merged commit 867cd98 into main Jul 22, 2026
2 checks passed
@jpage-godaddy
jpage-godaddy deleted the jpage/devex-926-ci-codeql-original-branch branch July 22, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants