瀏覽代碼

Merge pull request #199 from Ehco1996/ci

ci: add docker push in release ci
Lucas Servén Marín 5 年之前
父節點
當前提交
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: