Skip to content

Commit 1b3ec6e

Browse files
authored
Exclude some files from PR checks (#61889)
1 parent 0e6ea88 commit 1b3ec6e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ pr:
1919
branches:
2020
include:
2121
- '*'
22+
paths:
23+
exclude:
24+
- .devcontainer/*
25+
- .github/*
26+
- .vscode/*
27+
- docs/*
28+
- '**/*.md'
29+
- LICENSE.TXT
30+
- THIRD-PARTY-NOTICES.TXT
2231

2332
parameters:
2433
# Choose whether to skip tests when running pipeline manually.

0 commit comments

Comments
 (0)