Only run when the docs folder is changed

This commit is contained in:
purple_emily
2024-03-10 11:40:58 +00:00
parent f000ae6c12
commit c947b013a2

View File

@@ -5,6 +5,8 @@ name: Build documentation
on:
push:
branches: ["master"]
paths:
- 'docs/**'
# Specify to run a workflow manually from the Actions tab on GitHub
workflow_dispatch: