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: | 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