Skip to content

Commit 4b1c1b0

Browse files
committed
chore(ci): added markdown type to trigger
1 parent fe99d83 commit 4b1c1b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/documents.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "docs/**/*.vue"
1111
- "docs/package.json"
1212
- "docs/.env*"
13+
- "docs/**/*.md"
1314
- ".github/workflows/doc*.yml"
1415
pull_request:
1516
types: [ opened, synchronize, reopened ]
@@ -19,6 +20,7 @@ on:
1920
- "docs/**/*.vue"
2021
- "docs/package.json"
2122
- "docs/.env*"
23+
- "docs/**/*.md"
2224
- ".github/workflows/doc*.yml"
2325

2426
jobs:

0 commit comments

Comments
 (0)