瀏覽代碼

Update workflow to build on pull request only

Alex 3 年之前
父節點
當前提交
1d3ee2008c
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 ]