Skip to content

Commit 9b67d8a

Browse files
authored
Merge pull request #18 from shmokmt/fix-readme
Update usage
2 parents 151107b + 2dfbf27 commit 9b67d8a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ This action runs `docker build --check` with reviewdog on pull requests to impro
1414
```yaml
1515
name: reviewdog
1616

17-
on: [pull_request]
17+
on:
18+
pull_request:
19+
paths:
20+
- '**/Dockerfile'
21+
1822

1923
permissions:
2024
contents: read

0 commit comments

Comments
 (0)