Skip to content

Commit

Permalink
Update prod-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdvSol-Darrel authored Nov 15, 2024
1 parent 8884042 commit 1060f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Prod Env - Test + Build Pipeline
on:
push:
branches:
- "main"
- "prod"
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -124,4 +124,4 @@ jobs:
oc_token: ${{ secrets.OC_TOKEN_PROD }}
overwrite: ${{ matrix.overwrite }}
parameters: -p ZONE=prod
repository: ${{ matrix.repository }}
repository: ${{ matrix.repository }}

0 comments on commit 1060f46

Please sign in to comment.