We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db72a19 commit 7f832e0Copy full SHA for 7f832e0
azure-pipelines.yml
@@ -4,6 +4,25 @@ trigger:
4
include:
5
- PHP-7.4
6
- master
7
+ paths:
8
+ exclude:
9
+ - docs/*
10
+ - appveyor/*
11
+ - azure/*
12
+ - travis/*
13
+ - .appveyor.yml
14
+ - .editorconfig
15
+ - .gdbinit
16
+ - .gitattributes
17
+ - .gitignore
18
+ - .travis.yml
19
+ - EXTENSIONS
20
+ - LICENSE
21
+ - NEWS
22
+ - UPGRADING
23
+ - UPGRADING.INTERNALS
24
+ - azure-pipelines.yml
25
+ - *.md
26
27
jobs:
28
- template: azure/job.yml
0 commit comments