From d48ad2b5f05b6a636744c4bd2bde391aec0f5932 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Thu, 14 Mar 2024 09:08:52 -0500 Subject: [PATCH] Limit CI build triggers To just the main and release branches. --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 85c64f2..e7b3886 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,7 @@ +trigger: + - main + - release/* + variables: - name: BuildPlatform value: ''