Skip to content

Commit ea9c1e9

Browse files
committed
Match run conditions for those of codecov
1 parent 20e9efd commit ea9c1e9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/code-coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@
1616
name: Code Coverage
1717

1818
on:
19+
pull_request:
1920
push:
2021
branches:
2122
- master
2223
- develop
24+
- bugfix/**
25+
- feature/**
26+
- fix/**
27+
- pr/**
2328
paths:
2429
- 'src/**'
2530
- 'include/**'

0 commit comments

Comments
 (0)