Listen to repository dispatch event so other repositories can trigger sourcemap regen (#19568)

pull/19576/head
James Salter 2021-11-01 13:24:48 +00:00 committed by GitHub
parent c4adac315e
commit 9793816b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ on:
push:
branches:
- develop
repository_dispatch:
types: [ element-web-notify ]
jobs:
upload-sentry-sourcemaps:
runs-on: ubuntu-latest