Skip to content

Commit bf5cf63

Browse files
authored
Fix markdown path exclude
1 parent 053b100 commit bf5cf63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ pr:
1616
- main
1717
paths:
1818
exclude:
19-
- ./*.md
19+
- '*.md'
2020
- .github/*
2121
- azure-pipelines/release.yml
22+
- CHANGELOG.
2223

2324
# Run a scheduled build every night on main to run tests against insiders VSCode.
2425
# The variable testVSCodeVersion is set to insiders based on the build reason.

0 commit comments

Comments
 (0)