mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
switch branch trigger for testing
This commit is contained in:
parent
d33be6805e
commit
9dd0389d3d
1 changed files with 4 additions and 2 deletions
6
.github/workflows/extension-test.yml
vendored
6
.github/workflows/extension-test.yml
vendored
|
|
@ -1,9 +1,11 @@
|
|||
on:
|
||||
push:
|
||||
branches: []
|
||||
branches:
|
||||
- feature/extension-test
|
||||
pull_request:
|
||||
types: [opened, reopened, ready_for_review, synchronize]
|
||||
branches: [main]
|
||||
branches: [feature/extension-test]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue