Skip to content

Commit 7f832e0

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

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

azure-pipelines.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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+
- EXTENSIONS
20+
- LICENSE
21+
- NEWS
22+
- UPGRADING
23+
- UPGRADING.INTERNALS
24+
- azure-pipelines.yml
25+
- *.md
726

827
jobs:
928
- template: azure/job.yml

0 commit comments

Comments
 (0)