Yeuoly 1 anno fa
parent
commit
eba611557f
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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 }}