mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
Merge pull request #121 from Loyalsoldier/test-running-exception
Test: only triggered by *.go file on push event
This commit is contained in:
commit
ca5f2532e8
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…
Reference in New Issue
Block a user