We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9425b commit 7f18513Copy full SHA for 7f18513
.pipelines/pipeline.yaml
@@ -16,11 +16,11 @@ trigger:
16
- docs
17
tags:
18
include:
19
- - "*"
+ - "v*"
20
exclude:
21
- - "refs/tags/zapai/*"
22
- - "refs/tags/azure-ipam/*"
23
- - "refs/tags/dropgz/*"
+ - "zapai/*"
+ - "azure-ipam/*"
+ - "dropgz/*"
24
25
stages:
26
- stage: setup
.pipelines/submodules-pipeline.yaml
@@ -20,11 +20,11 @@ trigger:
- "*"
27
28
29
30
0 commit comments