From 4c1893e1a51f3a653a6553eefa63d724ce2202ce Mon Sep 17 00:00:00 2001 From: Otieno Calvine Date: Thu, 2 Sep 2021 09:30:13 +0300 Subject: [PATCH] chore: fix branch deployment to testing server Signed-off-by: Otieno Calvine --- .github/workflows/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index e11ab5db..f4ab4058 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -48,7 +48,7 @@ jobs: environment: name: test # TODO: add develop - if: contains(github.head_ref, 'opensource') + # if: contains(github.head_ref, 'opensource') needs: [build_and_push_image] steps: - name: Checkout working branches @@ -133,7 +133,7 @@ jobs: environment: name: staging needs: [build_and_push_image] - if: contains(github.head_ref, 'opensource') + # if: contains(github.head_ref, 'opensource') steps: - name: Checkout working branches uses: actions/checkout@v2