From 27668980d79d21f2c3a1642f3ddc27359367f645 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Mon, 26 Jun 2023 14:20:35 -0400 Subject: [PATCH] Run the build workflow on the full mesh branch, too Otherwise CD on the full mesh branch never happens --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 345f8c9..9f1bf72 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,7 +2,7 @@ name: Build on: pull_request: {} push: - branches: [livekit] + branches: [livekit, full-mesh] jobs: build: name: Build