Ver código fonte

Update workflow to build on pull request only

Alex 3 anos atrás
pai
commit
1d3ee2008c
1 arquivos alterados com 2 adições e 2 exclusões
  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
     # * is a special character in YAML so you have to quote this string
     #- cron:  '0 0 * * *'
     #- cron:  '0 0 * * *'
   workflow_dispatch:
   workflow_dispatch:
-  push:
-    branches: [ main ]
+  #push:
+    #branches: [ main ]
   pull_request:
   pull_request:
     branches: [ main ]
     branches: [ main ]