Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
run code coverage on pull requests
  • Loading branch information
NikolajBjorner committed Jul 22, 2024
1 parent 966c9a3 commit 2013cd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Code Coverage
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "0 11 * * *"

Expand Down

0 comments on commit 2013cd1

Please sign in to comment.