Skip to content

Commit 52af65e

Browse files
authored
chore: add paths for docs action (#2279)
Signed-off-by: zirain <[email protected]>
1 parent 8f003cd commit 52af65e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docs.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
branches:
55
- "main"
66
- "release/v*"
7-
paths-ignore:
8-
- "**/*.png"
7+
paths:
8+
- 'site/**'
99
pull_request_target:
1010
types: [opened, synchronize, reopened]
11+
paths:
12+
- 'site/**'
1113

1214
jobs:
1315
docs-lint:

0 commit comments

Comments
 (0)