This website works better with JavaScript
Home
Explore
Help
Sign In
wytfy
/
v2ray-core
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Test: only triggered by *.go file on push event
loyalsoldier
5 years ago
parent
1eb5836e3c
commit
71191aa407
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
.github/workflows/test.yml
+ 2
- 0
.github/workflows/test.yml
View File
@@ -3,6 +3,8 @@ name: Test
on:
push:
branches: [master]
+ paths:
+ - "**/*.go"
pull_request:
branches: [master]
paths: