coverage: only run on branch master
This commit is contained in:
parent
7a23122e4b
commit
edb93314e3
9
.github/workflows/coverage.yml
vendored
9
.github/workflows/coverage.yml
vendored
|
@ -1,6 +1,13 @@
|
||||||
name: coverage
|
name: coverage
|
||||||
|
|
||||||
on: [ "push" , "pull_request" ]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: coverage
|
name: coverage
|
||||||
|
|
Loading…
Reference in a new issue