diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6653e2c7b..a292a9acc 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-latest needs: [build, wdio] - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/terra-application-v1' steps: - name: Checkout Project uses: actions/checkout@v2