mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-19 16:04:58 +01:00
12 lines
352 B
YAML
12 lines
352 B
YAML
# Gitflow merge-back master->develop
|
|
name: Merge master -> develop
|
|
on:
|
|
push:
|
|
branches: [master]
|
|
concurrency: ${{ github.repository }}-${{ github.workflow }}
|
|
jobs:
|
|
merge:
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/release-gitflow.yml@develop
|
|
secrets:
|
|
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|