fix(config.yml): only run publish_proxy_extras check on main

This commit is contained in:
Krrish Dholakia 2025-04-12 10:30:32 -07:00
parent d004fb542f
commit 7b465c24a9

View file

@ -2889,14 +2889,9 @@ workflows:
- /litellm_.*/
- publish_proxy_extras:
filters:
branches:
only:
- main
- /litellm_.*/
# filters:
# branches:
# only:
# - main
branches:
only:
- main
- publish_to_pypi:
requires:
- local_testing