Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9eee811

Browse files
committed
Fix branch exclusion on Azure Pipelines
1 parent fd57400 commit 9eee811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
trigger:
77
branches:
88
exclude:
9-
- v[0-9]+.[0-9]+.[0-9x]+-doc
9+
- v*-doc
1010
pr:
1111
branches:
1212
exclude:
13-
- v[0-9]+.[0-9]+.[0-9x]+-doc
13+
- v*-doc
1414

1515
stages:
1616

0 commit comments

Comments
 (0)