From 6935ab89bbe8343bedf09be628368c5dc07ac527 Mon Sep 17 00:00:00 2001 From: camrynl <31013536+camrynl@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:17:00 -0700 Subject: [PATCH] exclude v* in tag trigger --- .pipelines/pipeline.yaml | 8 ++++---- .pipelines/submodules-pipeline.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.pipelines/pipeline.yaml b/.pipelines/pipeline.yaml index cde73c792e..0a45a0ea58 100644 --- a/.pipelines/pipeline.yaml +++ b/.pipelines/pipeline.yaml @@ -16,11 +16,11 @@ trigger: - docs tags: include: - - "*" + - "v*" exclude: - - "refs/tags/zapai/*" - - "refs/tags/azure-ipam/*" - - "refs/tags/dropgz/*" + - "zapai/*" + - "azure-ipam/*" + - "dropgz/*" stages: - stage: setup diff --git a/.pipelines/submodules-pipeline.yaml b/.pipelines/submodules-pipeline.yaml index af2c1453d7..d3f3d506e9 100644 --- a/.pipelines/submodules-pipeline.yaml +++ b/.pipelines/submodules-pipeline.yaml @@ -20,11 +20,11 @@ trigger: - "*" tags: include: - - "refs/tags/zapai/*" - - "refs/tags/azure-ipam/*" - - "refs/tags/dropgz/*" + - "zapai/*" + - "azure-ipam/*" + - "dropgz/*" exclude: - - "*" + - "v*" stages: - stage: setup