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 - opened
- labeled - labeled
paths-ignore: paths-ignore:
- '.github/**' - ".github/**"
- 'docs/**' - "docs/**"
push: push:
branches: [livekit, full-mesh] branches: [livekit, full-mesh]
paths-ignore: paths-ignore:
- '.github/**' - ".github/**"
- 'docs/**' - "docs/**"
jobs: jobs:
build_element_call: build_element_call:
uses: ./.github/workflows/element-call.yaml uses: ./.github/workflows/element-call.yaml

View File

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

View File

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