diff --git a/.github/workflows/test-linting.yml b/.github/workflows/test-linting.yml index eefa42e7fa2..b5e45a38cf9 100644 --- a/.github/workflows/test-linting.yml +++ b/.github/workflows/test-linting.yml @@ -2,7 +2,11 @@ name: LiteLLM Linting on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-litellm-ui-build.yml b/.github/workflows/test-litellm-ui-build.yml index bef568298e0..862f98e30f1 100644 --- a/.github/workflows/test-litellm-ui-build.yml +++ b/.github/workflows/test-litellm-ui-build.yml @@ -4,7 +4,11 @@ permissions: on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" jobs: build-ui: diff --git a/.github/workflows/test-mcp.yml b/.github/workflows/test-mcp.yml index 11c5441bf9c..313043e12fe 100644 --- a/.github/workflows/test-mcp.yml +++ b/.github/workflows/test-mcp.yml @@ -2,7 +2,11 @@ name: LiteLLM MCP Tests (folder - tests/mcp_tests) on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-model-map.yaml b/.github/workflows/test-model-map.yaml index 429f9e1ce0a..49821fca3a8 100644 --- a/.github/workflows/test-model-map.yaml +++ b/.github/workflows/test-model-map.yaml @@ -2,7 +2,11 @@ name: Validate model_prices_and_context_window.json on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-unit-core-utils.yml b/.github/workflows/test-unit-core-utils.yml index 9696cea5616..da1267756cd 100644 --- a/.github/workflows/test-unit-core-utils.yml +++ b/.github/workflows/test-unit-core-utils.yml @@ -2,7 +2,11 @@ name: "Unit Tests: Core Utilities" on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-unit-documentation.yml b/.github/workflows/test-unit-documentation.yml index 8440c53f9f5..701c7687c50 100644 --- a/.github/workflows/test-unit-documentation.yml +++ b/.github/workflows/test-unit-documentation.yml @@ -2,7 +2,11 @@ name: "Unit Tests: Documentation Validation" on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-unit-enterprise-routing.yml b/.github/workflows/test-unit-enterprise-routing.yml index 986de119535..ffc09dd8f94 100644 --- a/.github/workflows/test-unit-enterprise-routing.yml +++ b/.github/workflows/test-unit-enterprise-routing.yml @@ -2,7 +2,11 @@ name: "Unit Tests: Enterprise, Google GenAI & Routing" on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-unit-integrations.yml b/.github/workflows/test-unit-integrations.yml index e73c09d6cd8..b316ad5dfdf 100644 --- a/.github/workflows/test-unit-integrations.yml +++ b/.github/workflows/test-unit-integrations.yml @@ -2,7 +2,11 @@ name: "Unit Tests: Integrations (Callbacks & Logging)" on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-unit-llm-providers.yml b/.github/workflows/test-unit-llm-providers.yml index 2fb4cf8c1db..2a1912ce92d 100644 --- a/.github/workflows/test-unit-llm-providers.yml +++ b/.github/workflows/test-unit-llm-providers.yml @@ -2,7 +2,11 @@ name: "Unit Tests: LLM Provider Transformations" on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-unit-misc.yml b/.github/workflows/test-unit-misc.yml index e44133867e6..9add77ff424 100644 --- a/.github/workflows/test-unit-misc.yml +++ b/.github/workflows/test-unit-misc.yml @@ -2,7 +2,11 @@ name: "Unit Tests: MCP, Secrets, Containers & Misc" on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-unit-proxy-auth.yml b/.github/workflows/test-unit-proxy-auth.yml index 5e427a39f35..99882066a8e 100644 --- a/.github/workflows/test-unit-proxy-auth.yml +++ b/.github/workflows/test-unit-proxy-auth.yml @@ -2,7 +2,11 @@ name: "Unit Tests: Proxy Auth & Key Management" on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-unit-proxy-db.yml b/.github/workflows/test-unit-proxy-db.yml index 35d3c018a49..87e7e17feb7 100644 --- a/.github/workflows/test-unit-proxy-db.yml +++ b/.github/workflows/test-unit-proxy-db.yml @@ -3,7 +3,7 @@ name: "Unit Tests: Proxy DB Operations" # Uses DATABASE_URL secret — only runs on trusted branches, not PRs. on: push: - branches: [main, "litellm_*"] + branches: [main, "litellm_**"] permissions: contents: read diff --git a/.github/workflows/test-unit-proxy-endpoints.yml b/.github/workflows/test-unit-proxy-endpoints.yml index 67d35ef794e..fafc866a3f6 100644 --- a/.github/workflows/test-unit-proxy-endpoints.yml +++ b/.github/workflows/test-unit-proxy-endpoints.yml @@ -2,7 +2,11 @@ name: "Unit Tests: Proxy API Endpoints" on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-unit-proxy-infra.yml b/.github/workflows/test-unit-proxy-infra.yml index 56801569345..336e53ee3d7 100644 --- a/.github/workflows/test-unit-proxy-infra.yml +++ b/.github/workflows/test-unit-proxy-infra.yml @@ -2,7 +2,11 @@ name: "Unit Tests: Proxy Infrastructure" on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-unit-proxy-legacy.yml b/.github/workflows/test-unit-proxy-legacy.yml index d4f5c38a61c..e078d1d45fd 100644 --- a/.github/workflows/test-unit-proxy-legacy.yml +++ b/.github/workflows/test-unit-proxy-legacy.yml @@ -2,7 +2,11 @@ name: "Unit Tests: Proxy Legacy Tests" on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-unit-responses-caching-types.yml b/.github/workflows/test-unit-responses-caching-types.yml index 771a695a70c..13069be9e3a 100644 --- a/.github/workflows/test-unit-responses-caching-types.yml +++ b/.github/workflows/test-unit-responses-caching-types.yml @@ -2,7 +2,11 @@ name: "Unit Tests: Responses, Caching & Types" on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" permissions: contents: read diff --git a/.github/workflows/test-unit-security.yml b/.github/workflows/test-unit-security.yml index 76d3be3e63c..4defa03b4d0 100644 --- a/.github/workflows/test-unit-security.yml +++ b/.github/workflows/test-unit-security.yml @@ -3,7 +3,7 @@ name: "Unit Tests: Security" # Uses DATABASE_URL secret — only runs on trusted branches, not PRs. on: push: - branches: [main, "litellm_*"] + branches: [main, "litellm_**"] permissions: contents: read diff --git a/.github/workflows/test_server_root_path.yml b/.github/workflows/test_server_root_path.yml index 58e3a417091..155445acdf6 100644 --- a/.github/workflows/test_server_root_path.yml +++ b/.github/workflows/test_server_root_path.yml @@ -4,7 +4,11 @@ permissions: on: pull_request: - branches: [main] + branches: + - main + - litellm_internal_staging + - litellm_oss_branch + - "litellm_**" jobs: test-server-root-path: