Skip to content

Commit

Permalink
ci(rstcheck): fix paths string
Browse files Browse the repository at this point in the history
Paths are not checked recursively by default.

Signed-off-by: Randolph Sapp <[email protected]>
  • Loading branch information
StaticRocket committed Oct 29, 2024
1 parent a979e2f commit e805afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rstcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [master]
paths:
- source
- 'source/**'

defaults:
run:
Expand Down

0 comments on commit e805afc

Please sign in to comment.