From 636bc0e2ec4c78c7fb715e6a79054d33d4955427 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 6 Jun 2024 16:46:54 -0700 Subject: [PATCH] build(config.yml): update circle ci schema to run on all branches --- .circleci/config.yml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 18bfeedb5..e919d37da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -319,24 +319,9 @@ workflows: version: 2 build_and_test: jobs: - - local_testing: - filters: - branches: - only: - - main - - /litellm_.*/ - - build_and_test: - filters: - branches: - only: - - main - - /litellm_.*/ - - installing_litellm_on_python: - filters: - branches: - only: - - main - - /litellm_.*/ + - local_testing + - build_and_test + - installing_litellm_on_python - publish_to_pypi: requires: - local_testing