Skip to content

Commit 8b7326b

Browse files
committed
fix: only run coverage report on changes in src
1 parent afd648b commit 8b7326b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
pull_request:
44
branches:
55
- main
6+
paths:
7+
- 'src/**'
8+
- '*.json'
9+
- '*.js'
10+
- '*.ts'
611
jobs:
712
coverage:
813
if: ${{ github.actor != 'dependabot[bot]' }}

0 commit comments

Comments
 (0)