Skip to content

Commit

Permalink
ci: include README.md files in path triggers of deploy workflow (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud authored Sep 25, 2024
1 parent 8384b30 commit 8c25e3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
- main
paths:
- packages/**/src/*.{ts,js}
- "**/README.md"
pull_request:
paths:
- packages/**/src/*.{ts,js}
- "**/README.md"

jobs:
gh-pages:
Expand Down

0 comments on commit 8c25e3e

Please sign in to comment.