]> granicus.if.org Git - php/commitdiff
azure: exclude some documentation paths
authorJan Altensen <info@stricted.net>
Tue, 2 Jul 2019 13:24:31 +0000 (15:24 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 2 Jul 2019 14:22:01 +0000 (16:22 +0200)
Closes GH-4352.

azure-pipelines.yml

index c6f047145ba8a72f7159a271b758ee45babe66cf..476104d21abc5e8f7d0137c7ebbe383e40c6a95a 100644 (file)
@@ -4,6 +4,12 @@ trigger:
     include:
       - PHP-7.4
       - master
+  paths:
+    exclude:
+      - docs/*
+      - NEWS
+      - UPGRADING
+      - UPGRADING.INTERNALS
 
 jobs:
   - template: azure/job.yml