Merge pull request #1147 from robintown/build-full-mesh

Run the build workflow on the full mesh branch, too
This commit is contained in:
Robin
2023-06-27 09:22:48 -04:00
committed by GitHub

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