Skip to content

Commit b93df60

Browse files
committed
chore: fix code coverage workflow
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
1 parent a98a758 commit b93df60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Coverage
22

33
on:
4+
push:
5+
branches: [main]
46
pull_request:
5-
7+
branches: [main]
68
jobs:
79
coverage:
810
runs-on: macos-latest

0 commit comments

Comments
 (0)