This website works better with JavaScript
Home
Explore
Help
Sign In
akillibulut
/
kilo
mirror of
https://github.com/squat/kilo
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
ci: add docker push in release ci
ehco1996
5 years ago
parent
9f23e39fca
commit
046e018c80
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
.github/workflows/ci.yml
+ 2
- 0
.github/workflows/ci.yml
View File
@@ -3,6 +3,8 @@ name: CI
on:
push:
branches: [ main ]
+ tags:
+ - "*"
pull_request:
branches: [ main ]
schedule: