From 590be533c2fb99768fa20fcf5b1ee5baf70d8492 Mon Sep 17 00:00:00 2001 From: Noel Saw <56978803+noelsaw1@users.noreply.github.com> Date: Thu, 12 Mar 2026 08:53:57 -0700 Subject: [PATCH] Add main branch to CI push trigger to keep badge current MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without push trigger on main, merging development→main produces no CI run and the README badge stays stale. Now pushes to either branch trigger CI. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0c3c72..1cf9733 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ # # TRIGGERS: # - Pull requests to main/development branches -# - Push to development branch (for CI monitoring/iteration) +# - Push to main or development branches # - Manual runs via workflow_dispatch # # DO NOT create additional workflow files for: @@ -35,6 +35,7 @@ name: CI on: push: branches: + - main - development pull_request: branches: