From 1fcf6f5c6481ccd11311950c21fb0b2c1d2056ce Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:06:01 -0700 Subject: [PATCH] Run CI on tsgo-port branch --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83b197fdfaa..61dba01143c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,10 +5,12 @@ on: branches: - main - release-* + - tsgo-port pull_request: branches: - main - release-* + - tsgo-port permissions: contents: read @@ -70,6 +72,8 @@ jobs: git diff --staged --exit-code coverage: + if: ${{ github.ref != 'refs/heads/tsgo-port' }} + runs-on: - 'self-hosted' - '1ES.Pool=TypeScript-1ES-GitHub-Large'