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 010c206Copy full SHA for 010c206
azure-pipelines.yml
@@ -4,6 +4,28 @@ 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
+ - CODING_STANDARDS.md
20
+ - CONTRIBUTING.md
21
+ - EXTENSIONS
22
+ - LICENSE
23
+ - NEWS
24
+ - README.REDIST.BINS
25
+ - README.md
26
+ - UPGRADING
27
+ - UPGRADING.INTERNALS
28
+ - azure-pipelines.yml
29
30
jobs:
31
- template: azure/job.yml
0 commit comments