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