Skip to content

Commit 956ec37

Browse files
committed
chore: add hotfix config
1 parent f90fb1f commit 956ec37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- release/*
67
pull_request:
78
branches:
89
- '**'
@@ -263,6 +264,7 @@ jobs:
263264
id: release
264265
with:
265266
token: ${{ secrets.UCI_GITHUB_TOKEN || github.token }}
267+
target-branch: ${{ github.ref_name }}
266268
manifest-file: .release-please-manifest.json
267269
config-file: .release-please.json
268270
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)