From 57eedfb39a9375ec4f2655d822ced00a6a49a3f3 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Wed, 26 Jul 2023 14:30:40 -0400 Subject: [PATCH] [ci] Remove .NET branches from classic release trigger (#8218) The "Xamarin.Android Release Definition Trigger" pipeline is used to create PRs into VS for classic Xamarin.Android, and should not run against branches that only produce .NET Android artifacts. --- build-tools/automation/azure-pipelines-release-trigger.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-tools/automation/azure-pipelines-release-trigger.yaml b/build-tools/automation/azure-pipelines-release-trigger.yaml index d612a931238..8e197d55709 100644 --- a/build-tools/automation/azure-pipelines-release-trigger.yaml +++ b/build-tools/automation/azure-pipelines-release-trigger.yaml @@ -12,6 +12,10 @@ resources: trigger: stages: - post_build + branches: + exclude: + - main + - release/* jobs: - job: release_trigger