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