Run the build workflow on the full mesh branch, too

Otherwise CD on the full mesh branch never happens
This commit is contained in:
Robin Townsend 2023-06-26 14:20:35 -04:00
commit 27668980d7

View file

@ -2,7 +2,7 @@ name: Build
on: on:
pull_request: {} pull_request: {}
push: push:
branches: [livekit] branches: [livekit, full-mesh]
jobs: jobs:
build: build:
name: Build name: Build