From 1c212236107969d1315f8c58b5201259d2f20ea5 Mon Sep 17 00:00:00 2001 From: Manish Gupta Date: Mon, 4 Dec 2023 13:01:54 +0530 Subject: [PATCH] wip --- .github/workflows/build-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 2ef5d7555..6b4fef474 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -19,7 +19,7 @@ env: jobs: branch_build_setup: - if: ${{ (github.event_name == 'pull_request' && github.event.action =='closed' && github.event.pull_request.merged == true) || (github.event == 'push' ) }} + if: ${{ (github.event_name == 'pull_request' && github.event.action =='closed' && github.event.pull_request.merged == true) || (github.event_name == 'push' ) }} name: Build-Push Web/Space/API/Proxy Docker Image runs-on: ubuntu-20.04