Skip to content

Commit b8423ce

Browse files
committed
chore: only build docs on docs path
1 parent d9fe499 commit b8423ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/python_docs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- develop
7+
paths:
8+
- 'docs/**'
9+
- 'CHANGELOG.md'
10+
- 'mkdocs.yml'
711

812
jobs:
913
docs:

0 commit comments

Comments
 (0)