Skip to content

Commit 718d5fa

Browse files
ci: add push trigger for main branch to enable coverage reporting
1 parent c45c41e commit 718d5fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: CI
33
on:
44
pull_request:
55
merge_group:
6+
push:
7+
branches:
8+
- main # For generating code coverage on main branch
69
# Allows you to run this workflow manually from the Actions tab
710
workflow_dispatch:
811

0 commit comments

Comments
 (0)