Coverage: only be triggered by *.go files

pull/2714/head
loyalsoldier 2020-08-24 21:22:27 +08:00
parent ef460f68f8
commit bd533a506a
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: Coverage
on:
push:
branches: [master]
paths:
- "**/*.go"
jobs:
coverage: