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