From 1060f4679451939be4f1c598629d61439b6c07fe Mon Sep 17 00:00:00 2001 From: Darrel Siegle <60364889+AdvSol-Darrel@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:13:08 -0800 Subject: [PATCH] Update prod-pipeline.yml --- .github/workflows/prod-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod-pipeline.yml b/.github/workflows/prod-pipeline.yml index f3714c9..9706db0 100644 --- a/.github/workflows/prod-pipeline.yml +++ b/.github/workflows/prod-pipeline.yml @@ -3,7 +3,7 @@ name: Prod Env - Test + Build Pipeline on: push: branches: - - "main" + - "prod" workflow_dispatch: jobs: @@ -124,4 +124,4 @@ jobs: oc_token: ${{ secrets.OC_TOKEN_PROD }} overwrite: ${{ matrix.overwrite }} parameters: -p ZONE=prod - repository: ${{ matrix.repository }} \ No newline at end of file + repository: ${{ matrix.repository }}