This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
torambo.com
/
Momentum-Apps
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
Github: proper workflow handling for tags (
#660
)
あく
4 anos atrás
pai
227ef47e2d
commit
54278b9adc
3 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do 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 arquivo
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
env:
+ 1
- 0
.github/workflows/lint_c.yml
Ver arquivo
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
env:
+ 1
- 0
.github/workflows/lint_python.yml
Ver arquivo
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
jobs: