From 1e5fa8cd6f3b9d7b7c08f15af783ef9667adad2f Mon Sep 17 00:00:00 2001 From: Alejandro Peralta Date: Tue, 26 Nov 2024 10:21:54 +0100 Subject: [PATCH] chore(infrastructure): Add staging target branch for CD --- .github/workflows/cicd v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd v2.yml b/.github/workflows/cicd v2.yml index 8a380275..befa8f3d 100644 --- a/.github/workflows/cicd v2.yml +++ b/.github/workflows/cicd v2.yml @@ -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: