Enable automerge to release branch on release

This commit is contained in:
Bernd Schoolmann 2023-12-26 21:49:48 +01:00
parent fad2cb998c
commit 4dd2d3330b
No known key found for this signature in database
1 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,18 @@ env:
GO_VERSION: '1.20'
jobs:
merge_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Merge development -> staging
uses: devmasx/merge-branch@master
with:
type: now
from_branch: main
target_branch: release
github_token: ${{ secrets.GITHUB_TOKEN }}
build_linux:
runs-on: ubuntu-latest
steps: