summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN. Taylor Mullen <[email protected]>2025-06-15 21:43:32 -0700
committerGitHub <[email protected]>2025-06-15 21:43:32 -0700
commitf00b9f27278f4cdfe7c863138212ec489db3e5d9 (patch)
treedf326f72c1703a0823d537e589be21433cdb38c7
parentffc48b16d4aa6ba62f4b604b7b4cac8cf483442a (diff)
feat(ci): run actions on the release branch (#1086)
-rw-r--r--.github/workflows/ci.yml4
1 files 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: