forked from phoenix/litellm-mirror
ci(config.yml): have circle ci run on non-main branches (supports litellm_*
)
This commit is contained in:
parent
6011c5c8c2
commit
2fb922a469
1 changed files with 11 additions and 1 deletions
|
@ -151,7 +151,17 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_test:
|
build_and_test:
|
||||||
jobs:
|
jobs:
|
||||||
- local_testing
|
- local_testing:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- main
|
||||||
|
- /litellm_.*/
|
||||||
- publish_to_pypi:
|
- publish_to_pypi:
|
||||||
requires:
|
requires:
|
||||||
- local_testing
|
- local_testing
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- main
|
||||||
|
- /litellm_.*/
|
Loading…
Add table
Add a link
Reference in a new issue