changing branch name

This commit is contained in:
aswin-in-philips 2022-05-05 15:36:06 +05:30
parent bf89b89275
commit 02601f9eae
1 changed files with 3 additions and 3 deletions

View File

@ -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: