We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fe499 commit b8423ceCopy full SHA for b8423ce
.github/workflows/python_docs.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches:
6
- develop
7
+ paths:
8
+ - 'docs/**'
9
+ - 'CHANGELOG.md'
10
+ - 'mkdocs.yml'
11
12
jobs:
13
docs:
0 commit comments