feat(ci): run actions on the release branch (#1086)

This commit is contained in:
N. Taylor Mullen
2025-06-15 21:43:32 -07:00
committed by GitHub
parent 350fe5f26e
commit d80ec4b7ae
+2 -2
View File
@@ -4,9 +4,9 @@ name: Gemini CLI CI
on:
push:
branches: [main]
branches: [main, release]
pull_request:
branches: [main]
branches: [main, release]
jobs:
build: