Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaiba committed May 10, 2024
1 parent c5f896d commit 23e7e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ code:
- added|modified: 'core/**/*.go'
- added|modified: 'core/!(*.md)'
- added|modified: 'core/client/!(*.md)'
- added|modified: 'core/client/!(example/**)/**'
- added|modified: 'core/client/!(example/**)/**' # this is really weird shit
- added|modified: 'core/gatewayclient/!(*.md)'
- added|modified: 'core/gatewayclient/!(example/**)/**'
- added|modified: 'internal/**'
- added|modified: 'parse/**'
- added|modified: 'scripts/**/*'
- added|modified: 'test/**/*'
- '!test/stress/**/*' # exclude rules start with '!'
- 'test/!(stress/**)/**'

0 comments on commit 23e7e1a

Please sign in to comment.