From 167f791a9fb2d08a34939a6ad503c05a66eca5de Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Fri, 13 Sep 2019 15:38:23 -0400 Subject: [PATCH] Add `v0.3.x` branch to run CI (#344) Signed-off-by: Lucio Franco --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d84f198..06c1599 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ -trigger: ["master"] -pr: ["master"] +trigger: ["master", "v0.3.x"] +pr: ["master", "v0.3.x"] jobs: - template: ci/azure-rustfmt.yml