Skip to content

Commit

Permalink
ci(config.yml): have circle ci run on non-main branches (supports `li…
Browse files Browse the repository at this point in the history
…tellm_*`)
  • Loading branch information
krrishdholakia committed Jan 6, 2024
1 parent 6011c5c commit 2fb922a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,17 @@ workflows:
version: 2
build_and_test:
jobs:
- local_testing
- local_testing:
filters:
branches:
only:
- main
- /litellm_.*/
- publish_to_pypi:
requires:
- local_testing
filters:
branches:
only:
- main
- /litellm_.*/

0 comments on commit 2fb922a

Please sign in to comment.