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

View File

@@ -82,4 +82,3 @@ jobs:
desc: |
Do you trust the author of this PR? Maybe this build will steal your keys or give you malware.
Exercise caution. Use test accounts.

View File

@@ -4,7 +4,7 @@ on:
branches:
- livekit
paths-ignore:
- '.github/**'
- ".github/**"
jobs:
upload: