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 ]
|
branches: [ develop ]
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [ element-web-notify ]
|
types: [ element-web-notify ]
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: "Build & Upload source maps to Sentry"
|
name: "Build & Upload source maps to Sentry"
|
||||||
|
|
Loading…
Add table
Reference in a new issue