1 parent 095b665 commit 870db03Copy full SHA for 870db03
1 file changed
.github/workflows/mdbook.yml
@@ -4,6 +4,9 @@ on:
4
# Runs on pushes targeting the default branch
5
push:
6
branches: ["main"]
7
+ paths:
8
+ - "docs/user-guide/**"
9
+ - ".github/workflows/mdbook.yml"
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
0 commit comments