Skip to content

Commit 858ab9b

Browse files
authored
Add CI for release branches (#63)
1 parent 083d444 commit 858ab9b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'main'
7+
- 'release/**/*'
78

89
jobs:
910
release:

.github/workflows/unit.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ name: 'Unit'
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- 'main'
7+
- 'release/**/*'
78
pull_request:
89
branches:
9-
- 'main'
10+
- 'main'
11+
- 'release/**/*'
1012
workflow_dispatch:
1113

1214
concurrency:

0 commit comments

Comments
 (0)