Skip to content

Commit

Permalink
added .sol extension in gh action path
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon committed Feb 12, 2025
1 parent dab0ef5 commit 4598146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enforceTestCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- 'src/**'
- 'test/**'
- 'src/**.sol'
- 'test/**.sol'

jobs:
enforce-min-test-coverage:
Expand Down

0 comments on commit 4598146

Please sign in to comment.