mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 04:28:17 +00:00
Update coverage.yml
run code coverage on pull requests
This commit is contained in:
parent
966c9a3764
commit
2013cd13b2
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -3,6 +3,8 @@ name: Code Coverage
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 11 * * *"
|
- cron: "0 11 * * *"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue