Skip to content

Commit de757ca

Browse files
authored
Merge pull request #9 from PiteurStudio/ci_codecov
ci: run tests when push to main
2 parents 1cd1e01 + bd5da45 commit de757ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Tests
33
on:
44
pull_request:
55
branches: [ "main" ]
6+
push:
7+
branches: [ "main" ]
68

79
jobs:
810
test:

0 commit comments

Comments
 (0)