mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
3e27f80468
This reverts commit 114632d1f9
.
10 lines
237 B
YAML
10 lines
237 B
YAML
name: Release Drafter
|
|
on:
|
|
push:
|
|
branches: [staging]
|
|
workflow_dispatch: {}
|
|
concurrency: ${{ github.workflow }}
|
|
jobs:
|
|
draft:
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop
|