From 48481cba739b2a0737b207ab57d694f95b9452fa Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Mon, 10 Aug 2020 08:46:19 -0700 Subject: [PATCH] Update CI trigger to point at release/* branches (#1342) --- build/pipelines/azure-pipelines.ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/azure-pipelines.ci.yaml b/build/pipelines/azure-pipelines.ci.yaml index 34b9850..2d55627 100644 --- a/build/pipelines/azure-pipelines.ci.yaml +++ b/build/pipelines/azure-pipelines.ci.yaml @@ -6,11 +6,11 @@ trigger: - master -- servicing/* +- release/* - feature/* pr: - master -- servicing/* +- release/* - feature/* name: 0.$(Date:yyMM).$(DayOfMonth)$(Rev:rr).0