From 1d3ee2008cacd7e834a292b218d4e4fa1f7cf0e1 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 6 Feb 2022 13:11:17 -0600 Subject: [PATCH] Update workflow to build on pull request only --- .github/workflows/Build+push Immich.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build+push Immich.yml b/.github/workflows/Build+push Immich.yml index cb2a9a8eac..b633f69687 100644 --- a/.github/workflows/Build+push Immich.yml +++ b/.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 ]