From c677d138452c9cb986b2ee3053f29c37cd38e024 Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Mon, 26 Jun 2023 19:28:11 +0100 Subject: [PATCH] primary branch is now livekit, not main --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 566281d5..2a1fc525 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,7 +2,7 @@ name: Run jest tests on: pull_request: {} push: - branches: [main] + branches: [livekit] jobs: jest: name: Run jest tests