Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2020-01-31 02:48:36 +0300
committerAndrew Arnott <andrewarnott@gmail.com>2020-01-31 02:48:36 +0300
commitbed10f2e585878b347068bf9dd9fe449ce8cef47 (patch)
tree22872965e7d61b0cdb7a041801eeca660ccc942d
parent6b89b9ad778e6c09f335d5807db6776f7105a046 (diff)
CI for all v?.* branches
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 8dcdffe1..f3199b76 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -2,8 +2,8 @@ trigger:
branches:
include:
- master
- - v2.0
- - "*_validate"
+ - 'v?.*'
+ - 'validate/*'
paths:
exclude: ["doc", "*.md"]