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 21, 2024
1 parent 7e86948 commit 6a4d449
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/mantis-cli-pr-merge.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
name: Mantis CLI MR/PR Release
on:
pull_request:
branches:
- main
types:
- closed
workflow_dispatch:

env:
REGISTRY: ghcr.io
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) || github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 6a4d449

Please sign in to comment.