Test on both livekit and full-mesh branches
This commit is contained in:
parent
c677d13845
commit
6ec2e3cd62
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -2,7 +2,7 @@ name: Run jest tests
|
||||||
on:
|
on:
|
||||||
pull_request: {}
|
pull_request: {}
|
||||||
push:
|
push:
|
||||||
branches: [livekit]
|
branches: [livekit, full-mesh]
|
||||||
jobs:
|
jobs:
|
||||||
jest:
|
jest:
|
||||||
name: Run jest tests
|
name: Run jest tests
|
||||||
|
|
Loading…
Reference in a new issue