1
0
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:
loyalsoldier 2020-08-25 14:46:04 +08:00
parent 1eb5836e3c
commit 71191aa407
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90

View File

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