From 86d04a7e8eec8deac50a0c425448a3c2e6c80dc9 Mon Sep 17 00:00:00 2001 From: Praveen Kanniah <68146726+Ncoder2@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:38:02 +0530 Subject: [PATCH] Removing automated workflow trigger on MRs --- .github/workflows/mantis-cli-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mantis-cli-release.yml b/.github/workflows/mantis-cli-release.yml index 0e71ada..96adc0c 100644 --- a/.github/workflows/mantis-cli-release.yml +++ b/.github/workflows/mantis-cli-release.yml @@ -10,7 +10,6 @@ env: jobs: build-and-push-image: - if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest permissions: contents: write