Browse Source

feat 0.2.2

Yeuoly 1 year ago
parent
commit
eba611557f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/build-amd64.yml

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

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