Skip to content

Commit 2b663c4

Browse files
committed
[ci] Don't kick off CI for documentation only changes.
1 parent e295b49 commit 2b663c4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ trigger:
55
- d16-*
66

77
pr:
8-
- master
9-
- d16-*
8+
branches:
9+
include:
10+
- master
11+
- d16-*
12+
paths:
13+
exclude:
14+
- README.md
15+
- Documentation/*
1016

1117
# Global variables
1218
variables:

0 commit comments

Comments
 (0)