ソースを参照

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: