Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit a2d2a3e

Browse files
committed
Allow to release base on release branch
1 parent fdf9c72 commit a2d2a3e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
tags:
77
- 'v*.*.*'
8+
branches:
9+
- 'release-*.*.*'
810

911
jobs:
1012
release:

0 commit comments

Comments
 (0)