Skip to content

Commit

Permalink
only run coverage on PRs, not main
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed May 18, 2022
1 parent 292f43c commit a2bfda7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
coverage:
runs-on: ubuntu-20.04
needs: [ build ]
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit a2bfda7

Please sign in to comment.