Skip to content

Commit

Permalink
ci: only upload stats to codeclimate on main
Browse files Browse the repository at this point in the history
  • Loading branch information
ilunglee committed Oct 17, 2021
1 parent 8b4f1e1 commit ef3f634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
codeclimate:
needs: [sqlite, mysql, postgres]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- name: Download partial coverages
Expand Down

0 comments on commit ef3f634

Please sign in to comment.