3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-16 19:27:39 +00:00

Update README.md

This commit is contained in:
Tonye Jack 2023-07-20 18:20:09 -06:00 committed by GitHub
parent a0a0be0376
commit f5439803c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,13 +117,13 @@ jobs:
files_yaml: |
doc:
- '**.md'
- 'docs/**'
- !docs/README.md
- docs/**
- docs/README.md
test:
- 'test/**'
- !test/README.md
- test/**
- '!test/**.md'
src:
- 'src/**'
- src/**
# Optionally set `files_yaml_from_source_file` to read the YAML from a file. e.g `files_yaml_from_source_file: .github/changed-files.yml`
- name: Run step if test file(s) change