Run coverage test on branches only

This commit is contained in:
Thomas Pelletier
2021-05-10 20:22:12 -04:00
parent 95c701b253
commit d276c42adc
+1 -4
View File
@@ -1,15 +1,12 @@
name: coverage
on:
push:
branches:
- v2
pull_request:
branches:
- v2
jobs:
report:
runs-on: 'ubuntu-latest'
runs-on: "ubuntu-latest"
name: report
steps:
- uses: actions/checkout@master