mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
Test: only triggered by *.go file on push event
This commit is contained in:
parent
1eb5836e3c
commit
71191aa407
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -3,6 +3,8 @@ name: Test
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- "**/*.go"
|
||||
pull_request:
|
||||
branches: [master]
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user