Skip to content

Commit

Permalink
chore(infrastructure): Add staging target branch for CD
Browse files Browse the repository at this point in the history
  • Loading branch information
alepefe committed Nov 26, 2024
1 parent ba66e6d commit dfffaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Set Deployment Environment
needs: [ build-and-test ]
runs-on: ubuntu-latest
if: ${{ github.event_name == 'workflow_dispatch' || github.ref_name == 'develop' || github.ref_name == 'main' }}
if: ${{ github.event_name == 'workflow_dispatch' || github.ref_name == 'develop' || github.ref_name == 'staging' || github.ref_name == 'main' }}
outputs:
env_name: ${{ steps.set_env.outputs.env_name }}
steps:
Expand Down

0 comments on commit dfffaa6

Please sign in to comment.