fix(ci): run codecov on push

Ayman Bagabas created

Fixes: d3d2d6317632 ("feat(ci): add code coverage")

Change summary

.github/workflows/build.yml | 1 -
1 file changed, 1 deletion(-)

Detailed changes

.github/workflows/build.yml 🔗

@@ -13,7 +13,6 @@ jobs:
 
   coverage:
     runs-on: ubuntu-latest
-    if: ${{ github.event_name == 'pull_request' }}
     steps:
       - uses: actions/checkout@v3