Run the build workflow on the full mesh branch, too
Otherwise CD on the full mesh branch never happens
This commit is contained in:
parent
41456505e0
commit
27668980d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -2,7 +2,7 @@ name: Build
|
|||
on:
|
||||
pull_request: {}
|
||||
push:
|
||||
branches: [livekit]
|
||||
branches: [livekit, full-mesh]
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
|
Loading…
Add table
Reference in a new issue