Skip to content

Commit

Permalink
add asterisk for paths to catch all changes under doc/
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizukawa committed Nov 6, 2024
1 parent 80b9b77 commit ca7fa18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Docs
on:
push:
paths:
- 'doc/'
- 'doc/**'
- '.github/workflows/doc.yml'
pull_request:
paths:
- 'doc/'
- 'doc/**'
- '.github/workflows/doc.yml'
workflow_dispatch:

Expand Down

0 comments on commit ca7fa18

Please sign in to comment.