CI: Restrict code coverage to the master branch.
This commit is contained in:
parent
fa3583234c
commit
15b87e9dc1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
|
@ -2,6 +2,7 @@ name: Code coverage
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Reference in a new issue