1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 10:45:22 +00:00

Merge pull request #121 from Loyalsoldier/test-running-exception

Test: only triggered by *.go file on push event
This commit is contained in:
RPRX 2020-08-25 07:21:48 +00:00 committed by GitHub
commit ca5f2532e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ name: Test
on:
push:
branches: [master]
paths:
- "**/*.go"
pull_request:
branches: [master]
paths: