This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
wytfy
/
v2ray-core
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Test: only triggered by *.go file on push event
loyalsoldier
hace 5 años
padre
1eb5836e3c
commit
71191aa407
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
.github/workflows/test.yml
+ 2
- 0
.github/workflows/test.yml
Ver fichero
@@ -3,6 +3,8 @@ name: Test
on:
push:
branches: [master]
+ paths:
+ - "**/*.go"
pull_request:
branches: [master]
paths: