mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 03: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:
|
with:
|
||||||
files_yaml: |
|
files_yaml: |
|
||||||
doc:
|
doc:
|
||||||
- **.md
|
- '**.md'
|
||||||
- docs/**
|
- 'docs/**'
|
||||||
- !docs/README.md
|
- !docs/README.md
|
||||||
test:
|
test:
|
||||||
- test/**
|
- 'test/**'
|
||||||
- !test/README.md
|
- !test/README.md
|
||||||
src:
|
src:
|
||||||
- src/**
|
- src/**
|
||||||
|
|
Loading…
Reference in a new issue