1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-11 15:09:07 -04: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

View File

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