Update README.md

This commit is contained in:
Tonye Jack
2023-07-20 11:41:44 -06:00
committed by GitHub
parent d4389f0f4f
commit bc262c2f61

View File

@@ -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/**