Update coverage workflow to trigger on pull requests

This commit is contained in:
Hoshiumi Arata
2024-11-18 23:29:17 +09:00
parent 6028be193c
commit fbcc6cf255
+1 -1
View File
@@ -1,6 +1,6 @@
name: Coverage
on: [push]
on: [push, pull_request]
jobs:
coverage: