From f00b9f27278f4cdfe7c863138212ec489db3e5d9 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Sun, 15 Jun 2025 21:43:32 -0700 Subject: [PATCH] feat(ci): run actions on the release branch (#1086) --- .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 ff7019d0..42b31a43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ name: Gemini CLI CI on: push: - branches: [main] + branches: [main, release] pull_request: - branches: [main] + branches: [main, release] jobs: build: