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:
parent
a0a0be0376
commit
f5439803c2
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue