primary branch is now livekit, not main

This commit is contained in:
Michael Kaye 2023-06-26 19:28:11 +01:00
parent 7e345c6a6f
commit c677d13845

View file

@ -2,7 +2,7 @@ name: Run jest tests
on: on:
pull_request: {} pull_request: {}
push: push:
branches: [main] branches: [livekit]
jobs: jobs:
jest: jest:
name: Run jest tests name: Run jest tests