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:
files_yaml: |
doc:
- **.md
- docs/**
- '**.md'
- 'docs/**'
- !docs/README.md
test:
- test/**
- 'test/**'
- !test/README.md
src:
- src/**