coverage: only run on branch master

This commit is contained in:
Harald Hoyer 2020-10-12 09:37:04 +02:00
parent 7a23122e4b
commit edb93314e3

View file

@ -1,6 +1,13 @@
name: coverage
on: [ "push" , "pull_request" ]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: coverage