From c72bc4475e6c901649100a36fbd2ef5445a79aee Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 7 Jun 2019 09:53:35 +0200 Subject: Use batch mode on Azure --- azure-pipelines.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b210b7cc87..d3eda47baf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,9 @@ trigger: - - PHP-7.4 - - master + batch: true + branches: + include: + - PHP-7.4 + - master jobs: - template: azure/job.yml -- cgit v1.2.1