feat(ci): run actions on the release branch (#1086)
This commit is contained in:
parent
ffc48b16d4
commit
f00b9f2727
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -4,9 +4,9 @@ name: Gemini CLI CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, release]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, release]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue