Skip to content

Commit

Permalink
ci: only run workflow on changes to the docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jun 20, 2024
1 parent aab2596 commit 15ef72d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
paths: # Only run workflow on changes to the docs directory
- "docs/**"
- ".github/workflows/deploy.yml"

jobs:
deploy:
Expand Down

0 comments on commit 15ef72d

Please sign in to comment.