Skip to content

Commit

Permalink
Update mantis-cli-pr-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ncoder2 authored Oct 17, 2024
1 parent 00080ba commit 645a150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mantis-cli-pr-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 645a150

Please sign in to comment.