This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
akillibulut
/
kilo
mirror da
https://github.com/squat/kilo
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
ci: add docker push in release ci
ehco1996
4 anni fa
parent
9f23e39fca
commit
046e018c80
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
.github/workflows/ci.yml
+ 2
- 0
.github/workflows/ci.yml
Vedi File
@@ -3,6 +3,8 @@ name: CI
on:
push:
branches: [ main ]
+ tags:
+ - "*"
pull_request:
branches: [ main ]
schedule: