Skip to content

Commit ee95b07

Browse files
authored
feat: added nightly trigger to the ci workflow to report the coverage of main. (#244)
* feat: added nightly trigger to the ci workflow to report the coverage of main. * feat: push to main trigger as well.
1 parent ca11d2d commit ee95b07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
---
33
name: CI
44
on:
5-
workflow_dispatch:
65
pull_request:
76
branches: [main]
87
merge_group:
8+
push:
9+
branches: [main]
10+
schedule:
11+
- cron: 0 0 * * *
912

1013
jobs:
1114
code-checks:

0 commit comments

Comments
 (0)