From 302f94b9febbf77eccb5473eaab8d360883dd8c3 Mon Sep 17 00:00:00 2001 From: Lily Foster Date: Mon, 10 Aug 2026 13:08:12 -0400 Subject: [PATCH] Update CI branch for main --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6646b4d3..6e2f89563 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: merge_group: push: branches: - - tecnix-gcs + - main workflow_dispatch: inputs: catfood: @@ -232,7 +232,7 @@ jobs: timeout-minutes: 60 if: >- github.event_name == 'push' && - github.ref_name == 'tecnix-gcs' + github.ref_name == 'main' steps: - uses: actions/checkout@v7 with: