Skip to content

Commit ae46027

Browse files
authored
update pipeline triggers
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
1 parent 50771ed commit ae46027

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.pipelines/pipeline.yaml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@ pr:
22
branches:
33
include:
44
- master
5-
- honeycomb-dev
5+
paths:
6+
exclude:
7+
- ".*"
8+
- docs
69

710
trigger:
8-
branches:
11+
paths:
12+
exclude:
13+
- docs
14+
tags:
915
include:
10-
- master
11-
- honeycomb-dev
16+
- "*"
17+
exclude:
18+
- "zapai/*"
19+
- "azure-ipam/*"
20+
- "dropgz/*"
1221

1322
stages:
1423
- stage: setup

0 commit comments

Comments
 (0)