Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix: codecov actions should not run on feature branches (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvegaraju authored Feb 16, 2022
1 parent 4c2826b commit 2604e59
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@

name: Code Coverage Report

on: [push, pull_request]
on:
pull_request:
branches:
- develop
- smart-develop
push:
branches:
- develop
- smart-develop

jobs:
report-test-coverage:
Expand Down

0 comments on commit 2604e59

Please sign in to comment.