3
0
Fork 0
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:
Tonye Jack 2023-07-20 11:41:44 -06:00 committed by GitHub
parent d4389f0f4f
commit bc262c2f61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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