Skip to content

Commit 7b7e5e5

Browse files
committed
Update Github workflow to trigger on changes in the docs directory
1 parent cb6b27c commit 7b7e5e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_docs.yml

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

810
concurrency:
911
group: "pages"

0 commit comments

Comments
 (0)