瀏覽代碼

feat 0.2.2

Yeuoly 1 年之前
父節點
當前提交
eba611557f
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/build-amd64.yml

+ 3 - 3
.github/workflows/build-amd64.yml

@@ -1,11 +1,11 @@
 name: Build AMD64
 
 on:
-  push:
+  pull_request:
     branches:
       - main
-  release:
-    types: [published]
+  # release:
+  #   types: [published]
 
 env:
   DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}