Browse Source

Merge pull request #199 from Ehco1996/ci

ci: add docker push in release ci
Lucas Servén Marín 5 năm trước cách đây
mục cha
commit
d2fa4cc0b8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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: