mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-08-08 16:12:18 -04:00
Refine GitHub workflows running condition (#447)
This commit is contained in:
@@ -2,7 +2,9 @@ name: Coverage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches:
|
||||
- master
|
||||
- v*
|
||||
paths:
|
||||
- "**/*.go"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user