Coverage: only be triggered by *.go files

This commit is contained in:
loyalsoldier
2020-08-24 21:30:40 +08:00
parent ef460f68f8
commit bd533a506a
+2
View File
@@ -3,6 +3,8 @@ name: Coverage
on:
push:
branches: [master]
paths:
- "**/*.go"
jobs:
coverage: