Skip to content

Commit 010c206

Browse files
committed
azure: trigger only on source code changes
Change-Id: Ib88ee6639f73b250823d037eda376e065854f301
1 parent db72a19 commit 010c206

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

azure-pipelines.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ trigger:
44
include:
55
- PHP-7.4
66
- 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
729

830
jobs:
931
- template: azure/job.yml

0 commit comments

Comments
 (0)