Skip to content

Commit e79f6f3

Browse files
authored
chore(ci): only run docs preview on docs changes (#5368)
1 parent 40b650b commit e79f6f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs-preview.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths:
8+
- "docs/**"
79

810
permissions:
911
actions: none

0 commit comments

Comments
 (0)