This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
torambo.com
/
Momentum-Apps
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
Github: proper workflow handling for tags (
#660
)
あく
il y a 4 ans
Parent
227ef47e2d
commit
54278b9adc
3 fichiers modifiés
avec
3 ajouts
et
0 suppressions
Vue séparée
Afficher les stats 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
Voir le fichier
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
env:
+ 1
- 0
.github/workflows/lint_c.yml
Voir le fichier
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
env:
+ 1
- 0
.github/workflows/lint_python.yml
Voir le fichier
@@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
+ - '*'
pull_request:
jobs: