From c9579081587e28e124faba9445f6c07591e89032 Mon Sep 17 00:00:00 2001 From: camrynl <31013536+camrynl@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:01:43 -0700 Subject: [PATCH] update submodule tag trigger --- .pipelines/pipeline.yaml | 6 +++--- .pipelines/submodules-pipeline.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pipelines/pipeline.yaml b/.pipelines/pipeline.yaml index fdae6429dd..cde73c792e 100644 --- a/.pipelines/pipeline.yaml +++ b/.pipelines/pipeline.yaml @@ -18,9 +18,9 @@ trigger: include: - "*" exclude: - - "zapai/*" - - "azure-ipam/*" - - "dropgz/*" + - "refs/tags/zapai/*" + - "refs/tags/azure-ipam/*" + - "refs/tags/dropgz/*" stages: - stage: setup diff --git a/.pipelines/submodules-pipeline.yaml b/.pipelines/submodules-pipeline.yaml index eedc9b551a..af2c1453d7 100644 --- a/.pipelines/submodules-pipeline.yaml +++ b/.pipelines/submodules-pipeline.yaml @@ -20,9 +20,9 @@ trigger: - "*" tags: include: - - "zapai/*" - - "azure-ipam/*" - - "dropgz/*" + - "refs/tags/zapai/*" + - "refs/tags/azure-ipam/*" + - "refs/tags/dropgz/*" exclude: - "*"