mirror of
https://github.com/quexten/goldwarden.git
synced 2024-12-25 12:22:12 +03:00
Enable automerge to release branch on release
This commit is contained in:
parent
fad2cb998c
commit
4dd2d3330b
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user