From ed6c89efa8f38cd86f3af3b66426231c75d7570d Mon Sep 17 00:00:00 2001 From: zees-dev Date: Tue, 19 Mar 2024 15:46:11 +1300 Subject: [PATCH] reverted pipeline --- .github/workflows/image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 4c30181fc..8b8552743 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -40,8 +40,8 @@ env: jobs: build-image: - # only run if release branch CI build passes or its a push to release branch - if: github.event.workflow_run.conclusion == 'success' || contains(github.ref_name, 'release') + # only run if release branch CI build passes or its a push to main branch + if: github.event.workflow_run.conclusion == 'success' || contains(github.ref_name, 'main') || contains(github.ref_name, 'release') runs-on: [seed-builder] permissions: contents: read