CI: Restrict code coverage to the master branch.
parent
fa3583234c
commit
15b87e9dc1
|
@ -2,6 +2,7 @@ name: Code coverage
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Reference in New Issue