Skip to content

Commit 89c3dd6

Browse files
ci: only build docs when relevant files change
1 parent e6e09a7 commit 89c3dd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-docs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: build docs
33
on:
44
push:
55
branches: [ main ]
6-
6+
paths:
7+
- '.github/workflows/build-docs.yml'
8+
- 'docs/**'
79
env:
810
PNPM_VERSION: 8.4.x
911

0 commit comments

Comments
 (0)