Skip to content

Commit

Permalink
don't run codecov test on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
renae-r committed Jun 27, 2024
1 parent dda0cf4 commit 0368189
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CodeCov
on: [push, pull_request]
on:
push:
branches: [ master, test_actions ]
pull_request:
branches: [ master ]
jobs:
run_tests:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 0368189

Please sign in to comment.