mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Listen to repository dispatch event so other repositories can trigger sourcemap regen (#19568)
This commit is contained in:
parent
c4adac315e
commit
9793816b5f
2
.github/workflows/sentry-sourcemaps.yaml
vendored
2
.github/workflows/sentry-sourcemaps.yaml
vendored
@ -3,6 +3,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
repository_dispatch:
|
||||
types: [ element-web-notify ]
|
||||
jobs:
|
||||
upload-sentry-sourcemaps:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user