From ae460276a0d223163e02e9631cd006f965f7839c Mon Sep 17 00:00:00 2001 From: Evan Baker Date: Thu, 29 Sep 2022 23:02:48 +0000 Subject: [PATCH] update pipeline triggers Signed-off-by: Evan Baker --- .pipelines/pipeline.yaml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.pipelines/pipeline.yaml b/.pipelines/pipeline.yaml index fd8b2222ad..902e02f87a 100644 --- a/.pipelines/pipeline.yaml +++ b/.pipelines/pipeline.yaml @@ -2,13 +2,22 @@ pr: branches: include: - master - - honeycomb-dev + paths: + exclude: + - ".*" + - docs trigger: - branches: + paths: + exclude: + - docs + tags: include: - - master - - honeycomb-dev + - "*" + exclude: + - "zapai/*" + - "azure-ipam/*" + - "dropgz/*" stages: - stage: setup