Explorar o código

Update workflow to build on pull request only

Alex %!s(int64=3) %!d(string=hai) anos
pai
achega
1d3ee2008c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/Build+push Immich.yml

+ 2 - 2
.github/workflows/Build+push Immich.yml

@@ -6,8 +6,8 @@ on:
     # * is a special character in YAML so you have to quote this string
     #- cron:  '0 0 * * *'
   workflow_dispatch:
-  push:
-    branches: [ main ]
+  #push:
+    #branches: [ main ]
   pull_request:
     branches: [ main ]