1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 17:46:58 -05:00

Coverage: only be triggered by *.go files

This commit is contained in:
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

View File

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