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:
parent
ef460f68f8
commit
bd533a506a
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -3,6 +3,8 @@ name: Coverage
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- "**/*.go"
|
||||
|
||||
jobs:
|
||||
coverage:
|
||||
|
Loading…
Reference in New Issue
Block a user