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