Skip to content

Commit 50e1dfd

Browse files
committed
Also test if any markdown files changed
1 parent 4888d19 commit 50e1dfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
branches: [ main ]
55
paths:
66
- 'doc/**'
7+
- '**/*.md'
78
pull_request:
89
branches: [ main ]
910
paths:
1011
- 'doc/**'
12+
- '**/*.md'
1113

1214
jobs:
1315
test:

0 commit comments

Comments
 (0)