Sfoglia il codice sorgente

Merge pull request #199 from Ehco1996/ci

ci: add docker push in release ci
Lucas Servén Marín 4 anni fa
parent
commit
d2fa4cc0b8
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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: