diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-06-07 09:53:35 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-06-07 09:53:35 +0200 |
commit | c72bc4475e6c901649100a36fbd2ef5445a79aee (patch) | |
tree | 276d7048ab7e9fa8ac0c02d3adb15d4a12a3ee2f /azure-pipelines.yml | |
parent | 1c4e93e8bd2baba505c13083e471363df626b4c2 (diff) | |
download | php-git-c72bc4475e6c901649100a36fbd2ef5445a79aee.tar.gz |
Use batch mode on Azure
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 7 |
1 files changed, 5 insertions, 2 deletions
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 |