Update build_develop.yml (#22996)
This commit is contained in:
parent
fc6c859976
commit
31636dcbaa
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_develop.yml
vendored
3
.github/workflows/build_develop.yml
vendored
|
@ -6,6 +6,9 @@ on:
|
|||
branches: [ develop ]
|
||||
repository_dispatch:
|
||||
types: [ element-web-notify ]
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
build:
|
||||
name: "Build & Upload source maps to Sentry"
|
||||
|
|
Loading…
Reference in a new issue