mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
Test: only be triggered by *.go files
This commit is contained in:
parent
efb53bd59e
commit
2f1f0470a2
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -5,6 +5,8 @@ on:
|
|||||||
branches: [master]
|
branches: [master]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
paths:
|
||||||
|
- "**/*.go"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user