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 be triggered by *.go files
loyalsoldier
5 years ago
parent
efb53bd59e
commit
2f1f0470a2
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
@@ -5,6 +5,8 @@ on:
branches: [master]
pull_request:
branches: [master]
+ paths:
+ - "**/*.go"
jobs:
test: