From 380af903e3e660ec4bd3acb33cff8427ff8e4dd9 Mon Sep 17 00:00:00 2001 From: Jake Willmsen Date: Sat, 18 Nov 2023 18:06:27 -0600 Subject: [PATCH] CI Adjustments --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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