From 1be88f2ad680207e19cd6b0eabbce657ba618d64 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 31 May 2023 11:32:39 -0500 Subject: [PATCH] Update pipeline to only run a completion trigger event when main is built (#254) --- azure-pipelines.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a25c5537..0db47469 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,10 +15,16 @@ resources: pipelines: - pipeline: FxpLibraries source: ni.niveristand-scan-engine-fxp-libraries - trigger: true + trigger: + branches: + include: + - main - pipeline: ModuleLibraries source: ni.niveristand-scan-engine-module-libraries - trigger: true + trigger: + branches: + include: + - main stages: - template: azure-templates/stages.yml@niveristand-custom-device-build-tools