Update README.md
This commit is contained in:
parent
a0a0be0376
commit
f5439803c2
10
README.md
10
README.md
@ -117,13 +117,13 @@ jobs:
|
|||||||
files_yaml: |
|
files_yaml: |
|
||||||
doc:
|
doc:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'docs/**'
|
- docs/**
|
||||||
- !docs/README.md
|
- docs/README.md
|
||||||
test:
|
test:
|
||||||
- 'test/**'
|
- test/**
|
||||||
- !test/README.md
|
- '!test/**.md'
|
||||||
src:
|
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`
|
# 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
|
- name: Run step if test file(s) change
|
||||||
|
Loading…
x
Reference in New Issue
Block a user