From 6c02c43149b963b32cb35fe2359111f85271a34b Mon Sep 17 00:00:00 2001 From: Alexander Kalistratov Date: Fri, 5 Jun 2020 14:30:53 +0300 Subject: [PATCH] Enable Azure pipiline CI for all branches (#883) --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c670130c..a61d1ec94 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,8 @@ trigger: -- master +- '*' pr: -- master +- '*' jobs: - template: buildscripts/azure/template-windows.yml