From f8788eb7f36adb6ad827507ad4c94ad547b0bad8 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Tue, 2 Jul 2019 15:24:31 +0200 Subject: azure: exclude some documentation paths Closes GH-4352. --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c6f047145b..476104d21a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,6 +4,12 @@ trigger: include: - PHP-7.4 - master + paths: + exclude: + - docs/* + - NEWS + - UPGRADING + - UPGRADING.INTERNALS jobs: - template: azure/job.yml -- cgit v1.2.1