From 4473159d82c856cbc10a025b2bc0b43d55a401a6 Mon Sep 17 00:00:00 2001 From: Gerard Setho Date: Mon, 14 Mar 2022 11:10:12 +0800 Subject: [PATCH] Update `azure-pipelines.yml` to work on master (fix) This fixes a bug where the build was waiting on main instead of master. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a636e72..e480182 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ trigger: batch: true branches: include: - - main + - master - feature/* - fix/*