Skip to content

Commit

Permalink
Merge pull request #9 from PiteurStudio/ci_codecov
Browse files Browse the repository at this point in the history
ci: run tests when push to main
  • Loading branch information
n4ss1m authored Jan 31, 2025
2 parents 1cd1e01 + bd5da45 commit de757ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Tests
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]

jobs:
test:
Expand Down

0 comments on commit de757ca

Please sign in to comment.