Listen to repository dispatch event so other repositories can trigger sourcemap regen (#19568)
parent
c4adac315e
commit
9793816b5f
|
@ -3,6 +3,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
repository_dispatch:
|
||||||
|
types: [ element-web-notify ]
|
||||||
jobs:
|
jobs:
|
||||||
upload-sentry-sourcemaps:
|
upload-sentry-sourcemaps:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue