Skip to content

Commit 870db03

Browse files
committed
ci: trigger mdBook build only on relevant docs changes
1 parent 095b665 commit 870db03

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/mdbook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
# Runs on pushes targeting the default branch
55
push:
66
branches: ["main"]
7+
paths:
8+
- "docs/user-guide/**"
9+
- ".github/workflows/mdbook.yml"
710

811
# Allows you to run this workflow manually from the Actions tab
912
workflow_dispatch:

0 commit comments

Comments
 (0)