Skip to content

Commit fc05c62

Browse files
committed
chore: Set correct base branch
1 parent 8cc323e commit fc05c62

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- '*'
77

88
permissions:
99
id-token: write # This is required for requesting the JWT

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: create release
22
run-name: "Release ${{ inputs.releaseversion }}"
33

4-
env:
5-
IMAGE_NAME_DB: "msamt-online/db"
6-
REGISTRY: "ghcr.io/bungeberatung"
7-
84
on:
95
workflow_dispatch:
106
inputs:
@@ -82,6 +78,7 @@ jobs:
8278
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
8379
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
8480
branch: release/${{ inputs.releaseversion }}
81+
base: develop
8582
delete-branch: true
8683
title: '[Release] ${{ inputs.releaseversion }}'
8784
body: |

0 commit comments

Comments
 (0)