Преглед изворни кода

Merge pull request #199 from Ehco1996/ci

ci: add docker push in release ci
Lucas Servén Marín пре 4 година
родитељ
комит
d2fa4cc0b8
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -3,6 +3,8 @@ name: CI
 on:
   push:
     branches: [ main ]
+    tags:
+      - "*"
   pull_request:
     branches: [ main ]
   schedule: