Skip to content

Commit

Permalink
Only run when the docs folder is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
purple-emily committed Mar 8, 2024
1 parent 3665372 commit 0e7a3ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 0e7a3ab

Please sign in to comment.