This commit is contained in:
fkwp
2024-04-15 07:19:46 +00:00
parent afb43d049d
commit 444297f3d9
3 changed files with 5 additions and 6 deletions

View File

@@ -6,13 +6,13 @@ on:
- opened
- labeled
paths-ignore:
- '.github/**'
- 'docs/**'
- ".github/**"
- "docs/**"
push:
branches: [livekit, full-mesh]
paths-ignore:
- '.github/**'
- 'docs/**'
- ".github/**"
- "docs/**"
jobs:
build_element_call:
uses: ./.github/workflows/element-call.yaml