From 3ded2e94c17c9a057f0a80e3df9daf6440d40b06 Mon Sep 17 00:00:00 2001 From: "Michael Mainer (from Dev Box)" <8527305+MIchaelMainer@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:16:32 -0700 Subject: [PATCH] fix(pipeline): update trigger tag pattern for bundle releases --- .azure-pipelines/cd-publish-python.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/cd-publish-python.yml b/.azure-pipelines/cd-publish-python.yml index 948b0842..2ee82284 100644 --- a/.azure-pipelines/cd-publish-python.yml +++ b/.azure-pipelines/cd-publish-python.yml @@ -8,7 +8,11 @@ name: $(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r) trigger: tags: include: - - 'microsoft-kiota-*-v*' + # Release Please creates one tag per linked package on the same commit. + # Use the bundle tag as the canonical release marker so this pipeline + # runs once per release instead of once per package tag. + # This works because the packages have the same version. + - 'microsoft-kiota-bundle-v*' pr: none variables: