Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jul 21, 2023
1 parent a0a0be0 commit f543980
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f543980

Please sign in to comment.