mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
Update README.md
This commit is contained in:
parent
d4389f0f4f
commit
bc262c2f61
1 changed files with 3 additions and 3 deletions
|
@ -116,11 +116,11 @@ jobs:
|
|||
with:
|
||||
files_yaml: |
|
||||
doc:
|
||||
- **.md
|
||||
- docs/**
|
||||
- '**.md'
|
||||
- 'docs/**'
|
||||
- !docs/README.md
|
||||
test:
|
||||
- test/**
|
||||
- 'test/**'
|
||||
- !test/README.md
|
||||
src:
|
||||
- src/**
|
||||
|
|
Loading…
Reference in a new issue