always run on push, otherwise master branch does not get coverage

This commit is contained in:
Lex Berezhny 2021-08-21 17:10:53 -04:00
parent c7c454e4fb
commit 7ae246c839

View file

@ -1,9 +1,5 @@
name: ci
on:
pull_request:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
on: ["push", "pull_request"]
jobs: