From c136a20d4780f345c2c67812ed0ed86e6df9e54f Mon Sep 17 00:00:00 2001 From: Anam Navied Date: Thu, 18 Jun 2026 12:56:53 -0400 Subject: [PATCH] Update CI workflow to also target servicing-* branches (#27612) --- .github/workflows/linux-ci.yml | 2 ++ .github/workflows/macos-ci.yml | 2 ++ .github/workflows/windows-ci.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 77186125a9c..3277b8a0c17 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -10,6 +10,7 @@ on: - master - release/** - github-mirror + - "servicing-*" paths: - "**" - "*" @@ -23,6 +24,7 @@ on: - master - release/** - github-mirror + - "servicing-*" - "*-feature" # Path filters for PRs need to go into the changes job diff --git a/.github/workflows/macos-ci.yml b/.github/workflows/macos-ci.yml index 55d852bb68a..f89ce8caa83 100644 --- a/.github/workflows/macos-ci.yml +++ b/.github/workflows/macos-ci.yml @@ -8,6 +8,7 @@ on: - master - release/** - github-mirror + - "servicing-*" paths: - "**" - "*" @@ -21,6 +22,7 @@ on: - master - release/** - github-mirror + - "servicing-*" - "*-feature" # Path filters for PRs need to go into the changes job diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 8a57b8b9726..42347d2e12f 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -6,6 +6,7 @@ on: - master - release/** - github-mirror + - "servicing-*" paths: - "**" - "*" @@ -20,6 +21,7 @@ on: - master - release/** - github-mirror + - "servicing-*" - "*-feature" # Path filters for PRs need to go into the changes job