github/workflows/coverage.yml: measure coverage on push only

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-03-26 16:22:37 +09:00
parent 7351f1127b
commit 0090e2cd01
+1 -1
View File
@@ -1,6 +1,6 @@
name: Coverage
on: [push, pull_request]
on: [push]
jobs:
coverage: