Only run when the docs folder is changed
This commit is contained in:
2
.github/workflows/build-docs.yaml
vendored
2
.github/workflows/build-docs.yaml
vendored
@@ -5,6 +5,8 @@ name: Build documentation
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches: ["master"]
|
||||||
|
paths:
|
||||||
|
- 'docs/**'
|
||||||
# Specify to run a workflow manually from the Actions tab on GitHub
|
# Specify to run a workflow manually from the Actions tab on GitHub
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user