Skip to content

Commit

Permalink
Revert "avoid code coverage run on push trigger (#1849)" (#1891)
Browse files Browse the repository at this point in the history
This reverts commit a1ff609.
  • Loading branch information
cijothomas committed Mar 10, 2021
1 parent 1602932 commit c51d2cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Code Coverage

on:
push:
branches: [ main, metrics ]
paths-ignore:
- '**.md'
pull_request:
branches: [ main, metrics ]
paths-ignore:
Expand Down

0 comments on commit c51d2cf

Please sign in to comment.