Skip to content

Commit

Permalink
:config: Run test coverage on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Mar 7, 2024
1 parent 77956ce commit 39d3b45
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Test coverage

# Run workflow on pushes to matching branches
on:
push:
branches: [main, add-tests]
on: [pull_request]

jobs:
test-coverage:
Expand Down

0 comments on commit 39d3b45

Please sign in to comment.