diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 5a2e75a0169..cc54d4d66bc 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -10,6 +10,7 @@ on: - master - release/** - github-mirror + - "servicing-*" paths: - "**" - "!.github/ISSUE_TEMPLATE/**" @@ -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/macos-ci.yml b/.github/workflows/macos-ci.yml index aa3f11b3985..d5326a7f3c6 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 4da53f797a4..90b3d66d1b3 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -6,6 +6,7 @@ on: - master - release/** - github-mirror + - "servicing-*" paths: - "**" - "!.vsts-ci/misc-analysis.yml" @@ -18,6 +19,7 @@ on: - master - release/** - github-mirror + - "servicing-*" - "*-feature" # Path filters for PRs need to go into the changes job