diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7d1398..78822aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: run: npm ci --force - name: Check out the default branch + if: ${{ github.ref != 'ref/head/main' }} run: git branch --track main origin/main - name: Initialize the Nx Cloud distributed CI run and stop agents when the build tasks are done