Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jul 20, 2023
1 parent d4389f0 commit bc262c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -116,11 +116,11 @@ jobs:
with:
files_yaml: |
doc:
- **.md
- docs/**
- '**.md'
- 'docs/**'
- !docs/README.md
test:
- test/**
- 'test/**'
- !test/README.md
src:
- src/**
Expand Down

0 comments on commit bc262c2

Please sign in to comment.