Include mkdocs yaml in ci filtering
This commit is contained in:
parent
3ab8e84469
commit
19f2e7448d
1
.github/workflows/docs-publish.yml
vendored
1
.github/workflows/docs-publish.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
||||
filters: |
|
||||
docs:
|
||||
- 'docs/**'
|
||||
- 'mkdocs.yml'
|
||||
test:
|
||||
needs: changes
|
||||
name: Test Build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user