From 2be1316e9e78d4acf138d1892442d46b5ce55ea2 Mon Sep 17 00:00:00 2001 From: Tony Date: Sun, 16 Aug 2020 03:49:16 +0800 Subject: [PATCH] Update azure-pipelines.yml: Trigger all branches --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index af56754b..3bdd573e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,9 @@ name: $(Build.SourceBranchName)_$(date:yyyyMMdd)$(rev:.r) trigger: -- master + branches: + include: + - '*' pool: vmImage: 'windows-latest'