FIX: Run test coverage only on Pull Request (#77)
This commit is contained in:
committed by
GitHub
parent
55a043366a
commit
0ba80035d2
2
.github/workflows/test-coverage.yaml
vendored
2
.github/workflows/test-coverage.yaml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Coverage
|
||||
|
||||
on: [pull_request, push]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
coverage:
|
||||
|
||||
Reference in New Issue
Block a user