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