Skip to content

Commit 7c7fdb0

Browse files
authored
Add CI for release branches (#661)
1 parent 63496e6 commit 7c7fdb0

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- 'main'
7+
- 'release/**/*'
78
pull_request:
89
branches:
910
- 'main'
11+
- 'release/**/*'
1012
workflow_dispatch:
1113

1214
concurrency:

.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- 'main'
7+
- 'release/**/*'
78
pull_request:
89
branches:
910
- 'main'
11+
- 'release/**/*'
1012
workflow_dispatch:
1113

1214
concurrency:

0 commit comments

Comments
 (0)