We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e09a7 commit 89c3dd6Copy full SHA for 89c3dd6
.github/workflows/build-docs.yml
@@ -3,7 +3,9 @@ name: build docs
3
on:
4
push:
5
branches: [ main ]
6
-
+ paths:
7
+ - '.github/workflows/build-docs.yml'
8
+ - 'docs/**'
9
env:
10
PNPM_VERSION: 8.4.x
11
0 commit comments