Skip to content

Commit

Permalink
chore(ci): only run if docs folder was modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Feb 22, 2024
1 parent ce0eb1f commit b0eccc6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ name: Deploy to GitHub Pages

on:
push:
branches: [ main ]
branches:
- main
paths:
- 'docs/**'
- '!docs/README.md'
pull_request:
paths:
- "docs/**"
- "!docs/README.md"
workflow_dispatch:

# Allow this job to clone the repo and create a page deployment
Expand Down

0 comments on commit b0eccc6

Please sign in to comment.