Revert "avoid code coverage run on push trigger (#1849)" (#1891)

This reverts commit a1ff609628.
This commit is contained in:
Cijo Thomas 2021-03-09 16:41:37 -08:00 committed by GitHub
parent 1602932cf3
commit c51d2cf1e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
name: Code Coverage
on:
push:
branches: [ main, metrics ]
paths-ignore:
- '**.md'
pull_request:
branches: [ main, metrics ]
paths-ignore: