1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-09 12:39:12 -04:00

Test: only be triggered by *.go files

This commit is contained in:
loyalsoldier
2020-08-25 00:04:55 +08:00
parent efb53bd59e
commit 2f1f0470a2

View File

@@ -5,6 +5,8 @@ on:
branches: [master]
pull_request:
branches: [master]
paths:
- "**/*.go"
jobs:
test: