Skip to content

Commit a5f25d9

Browse files
authored
trigger for all tags in main pipeline (#1676)
1 parent 7f18513 commit a5f25d9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.pipelines/pipeline.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ trigger:
1414
paths:
1515
exclude:
1616
- docs
17-
tags:
18-
include:
19-
- "v*"
20-
exclude:
2117
- "zapai/*"
2218
- "azure-ipam/*"
2319
- "dropgz/*"
20+
tags:
21+
include:
22+
- "*"
2423

2524
stages:
2625
- stage: setup

0 commit comments

Comments
 (0)