summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJan Altensen <info@stricted.net>2019-07-02 15:24:31 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-02 16:22:01 +0200
commitf8788eb7f36adb6ad827507ad4c94ad547b0bad8 (patch)
treeb69651797c72b28c3c44263f127c0fb377a77026 /azure-pipelines.yml
parent1c8988c5f301233fd1e812fe9b7a74d1f77f4fb7 (diff)
downloadphp-git-f8788eb7f36adb6ad827507ad4c94ad547b0bad8.tar.gz
azure: exclude some documentation paths
Closes GH-4352.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
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