mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
11 lines
296 B
YAML
11 lines
296 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: inherit
|