This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
wytfy
/
v2ray-core
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Test: only triggered by *.go file on push event
loyalsoldier
5 anni fa
parent
1eb5836e3c
commit
71191aa407
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
.github/workflows/test.yml
+ 2
- 0
.github/workflows/test.yml
Vedi File
@@ -3,6 +3,8 @@ name: Test
on:
push:
branches: [master]
+ paths:
+ - "**/*.go"
pull_request:
branches: [master]
paths: