Skip to content

Commit 0036d59

Browse files
ci/coverage: Don't always run
Avoids usage where not really useful
1 parent d9367f0 commit 0036d59

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ name: Code Coverage
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- 'server/src/**'
8+
- 'client/src/**'
9+
- 'coverage.sh'
10+
- '.github/workflows/coverage.yml'
611
pull_request:
12+
paths:
13+
- 'server/src/**'
14+
- 'client/src/**'
15+
- 'coverage.sh'
16+
- '.github/workflows/coverage.yml'
717

818
permissions:
919
contents: read

0 commit comments

Comments
 (0)