mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-09 12:39:12 -04:00
Coverage: only be triggered by *.go files
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user