From 808a72863536de35527d526a8d9433daa0b54714 Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Tue, 27 Jun 2023 09:02:40 +0100 Subject: [PATCH] Test on both livekit and full-mesh branches --- .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 6848b6d5..f9793f23 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,7 +2,7 @@ name: Run jest tests on: pull_request: {} push: - branches: [livekit] + branches: [livekit, full-mesh] jobs: jest: name: Run jest tests