Skip to content

Commit

Permalink
Merge pull request #33 from yorickshan/dependabot
Browse files Browse the repository at this point in the history
ci: trigger deploy action only when the docs directory changes
  • Loading branch information
yorickshan authored Jul 23, 2024
2 parents 29cd19d + b232912 commit c7f54be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# using the `master` branch as the default branch.
push:
branches: [main]
paths:
- 'docs/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit c7f54be

Please sign in to comment.