Skip to content

Commit 50f950c

Browse files
committed
ci(docs): only trigger docs build when source code changes
1 parent d19fe83 commit 50f950c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Deploy Documentation
33
on:
44
push:
55
branches: ["main"]
6+
paths:
7+
- "src/**"
8+
- "pyproject.toml"
69
workflow_dispatch:
710

811
permissions:

0 commit comments

Comments
 (0)