This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
torambo.com
/
Momentum-Apps
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Github: proper workflow handling for tags (
#660
)
あく
hace 4 años
padre
227ef47e2d
commit
54278b9adc
Se han
modificado 3 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
.github/workflows/build.yml
1
0
.github/workflows/lint_c.yml
1
0
.github/workflows/lint_python.yml
+ 1
- 0
.github/workflows/build.yml
Ver fichero
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
env:
+ 1
- 0
.github/workflows/lint_c.yml
Ver fichero
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
env:
+ 1
- 0
.github/workflows/lint_python.yml
Ver fichero
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
jobs: