Skip to content

Commit ee08344

Browse files
committed
ci(md): update markdown file list in on-markdown-update.yml
1 parent adb84d1 commit ee08344

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/on-markdown-update.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
uses: chemodun/[email protected]
2727
with:
2828
# Avoid using single or double quotes for multiline patterns
29-
files: README.md
29+
files: |
30+
README.md
31+
XMLDIffWithVSCode.md
3032
3133
- name: Install python3
3234
if: steps.changed-markdown-files.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)