Skip to content

Commit 2024736

Browse files
committed
[ci] Update workflow branch
1 parent 025b349 commit 2024736

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [ main, quickBI-v3.0.0 ]
76
paths:
87
- "**/*.java"
98
- "**/*.h"
@@ -14,8 +13,7 @@ on:
1413
- "settings.gradle"
1514
- ".github/workflows/build.yml"
1615
pull_request:
17-
branches:
18-
- main
16+
branches: [ main, quickBI-v3.0.0 ]
1917

2018
env:
2119
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
on:
99
branches:
1010
- main
11+
- quickBI-v3.0.0
1112
pull_requests:
1213
- merged
1314

0 commit comments

Comments
 (0)