Skip to content

Commit 7ca5198

Browse files
committed
Work CI-CD
- Remove trigger to build on tags. ***NO_CI***
1 parent 1e706c2 commit 7ca5198

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ trigger:
1919
- assets/*
2020
- config/*
2121
- .github/*
22-
23-
tags:
24-
include:
25-
- v*
2622

2723
# PR always trigger build
2824
pr:
@@ -124,8 +120,7 @@ jobs:
124120
condition: >-
125121
and(
126122
succeeded(),
127-
eq(variables['StartReleaseCandidate'], false),
128-
not(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))
123+
eq(variables['StartReleaseCandidate'], false)
129124
)
130125
continueOnError: true
131126
inputs:

0 commit comments

Comments
 (0)