This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
wytfy
/
v2ray-core
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
Test: only be triggered by *.go files
loyalsoldier
il y a 5 ans
Parent
efb53bd59e
commit
2f1f0470a2
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
.github/workflows/test.yml
+ 2
- 0
.github/workflows/test.yml
Voir le fichier
@@ -5,6 +5,8 @@ on:
branches: [master]
pull_request:
branches: [master]
+ paths:
+ - "**/*.go"
jobs:
test: