primary branch is now livekit, not main

This commit is contained in:
Michael Kaye 2023-06-26 19:28:11 +01:00 committed by GitHub
parent 1971c18034
commit 0dc362a5dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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