From 1ee0e8a9c3aaf1dc58c4e1957f09ef145c547511 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 27 Aug 2024 22:24:21 -0700 Subject: [PATCH] undo chage on config.yaml --- .circleci/config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4771ea4d4..3cfa15c99 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -437,9 +437,29 @@ workflows: build_and_test: jobs: - local_testing: + filters: + branches: + only: + - main + - /litellm_.*/ - build_and_test: + filters: + branches: + only: + - main + - /litellm_.*/ - proxy_log_to_otel_tests: + filters: + branches: + only: + - main + - /litellm_.*/ - installing_litellm_on_python: + filters: + branches: + only: + - main + - /litellm_.*/ - publish_to_pypi: requires: - local_testing