From bed3874e5c5e8c84169e254a13f09aec755294a7 Mon Sep 17 00:00:00 2001 From: Juan24 <93536474+juanbroder24@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:55:59 -0300 Subject: [PATCH] fix --- .github/workflows/production-pipeline.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/production-pipeline.yml b/.github/workflows/production-pipeline.yml index d8a41f1..dc0ac9d 100644 --- a/.github/workflows/production-pipeline.yml +++ b/.github/workflows/production-pipeline.yml @@ -1,13 +1,7 @@ name: Production pipeline on: - pull_request: - types: - - closed - branches: - - 'staging' - - + workflow_dispatch: # Allows manual execution jobs: build-and-deploy: runs-on: ubuntu-latest