element-call-Github/.github/workflows/build.yaml

27 lines
673 B
YAML
Raw Normal View History

name: Build
on:
pull_request:
2024-04-12 03:38:29 +08:00
types:
- synchronize
- opened
- labeled
2024-04-13 04:10:45 +08:00
paths-ignore:
2024-04-15 15:19:46 +08:00
- ".github/**"
- "docs/**"
push:
branches: [livekit, full-mesh]
2024-04-13 04:10:45 +08:00
paths-ignore:
2024-04-15 15:19:46 +08:00
- ".github/**"
- "docs/**"
jobs:
build_element_call:
2024-04-13 03:54:18 +08:00
uses: ./.github/workflows/element-call.yaml
2024-04-15 22:47:07 +08:00
with:
2024-04-15 22:44:49 +08:00
vite_app_version: ${{ github.event.release.tag_name || github.sha }}
secrets:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}