From 645a150eb01f615061c01a3fa319d6133563d533 Mon Sep 17 00:00:00 2001 From: Praveen Kanniah <68146726+Ncoder2@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:11:00 +0530 Subject: [PATCH] Update mantis-cli-pr-merge.yml --- .github/workflows/mantis-cli-pr-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mantis-cli-pr-merge.yml b/.github/workflows/mantis-cli-pr-merge.yml index acd926b..717aa7e 100644 --- a/.github/workflows/mantis-cli-pr-merge.yml +++ b/.github/workflows/mantis-cli-pr-merge.yml @@ -12,7 +12,7 @@ env: IMAGE_NAME: phonepe/mantis-upstream jobs: build-and-push-image: - if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true + if: (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) || github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest permissions: contents: write