From 02601f9eae3d19107c808ae17520166c0dbec45c Mon Sep 17 00:00:00 2001 From: aswin-in-philips Date: Thu, 5 May 2022 15:36:06 +0530 Subject: [PATCH] changing branch name --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d8deb97..21fc4890 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - 'refator-pipeline' + - 'edi-foundation-integration' # - $default-branch paths-ignore: - 'VERSION' @@ -151,7 +151,7 @@ jobs: Deploy_And_GW_Integrated_Test: needs: [Build, Blackduck, Fortify, unit-test] - if: github.ref == 'refs/heads/refator-pipeline' + if: github.ref == 'refs/heads/edi-foundation-integration' uses: ./.github/workflows/api-gw-integrated-test.yaml secrets: VAULT_HOST: ${{ secrets.VAULT_HOST }} @@ -159,7 +159,7 @@ jobs: VAULT_SECRET_ID: ${{ secrets.VAULT_SECRET_ID }} Release: - if: github.ref == 'refs/heads/refator-pipeline' + if: github.ref == 'refs/heads/edi-foundation-integration' needs: Deploy_And_GW_Integrated_Test runs-on: ubuntu-20.04 steps: