Skip to content

Commit 1090788

Browse files
committed
enable CI
1 parent f6833e3 commit 1090788

7 files changed

+7
-7
lines changed

.github/workflows/client-cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
- master
12-
- "rel/*"
12+
- "rc/*"
1313
paths-ignore:
1414
- 'docs/**'
1515
- 'site/**'

.github/workflows/client-go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches:
88
- master
9-
- 'rel/*'
9+
- 'rc/*'
1010
- "new_*"
1111
paths-ignore:
1212
- 'docs/**'

.github/workflows/client-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches:
88
- master
9-
- 'rel/*'
9+
- 'rc/*'
1010
paths-ignore:
1111
- 'docs/**'
1212
- 'site/**'

.github/workflows/cluster-it-1c1d.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- 'rel/1.*'
7+
- 'rc/1.*'
88
- pipe-meta-sync
99
paths-ignore:
1010
- 'docs/**'

.github/workflows/cluster-it-1c3d.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- 'rel/1.*'
7+
- 'rc/1.*'
88
- pipe-meta-sync
99
paths-ignore:
1010
- 'docs/**'

.github/workflows/pipe-it-2cluster.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- 'rel/1.*'
7+
- 'rc/1.*'
88
paths-ignore:
99
- 'docs/**'
1010
- 'site/**'

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches:
99
- master
10-
- 'rel/*'
10+
- 'rc/*'
1111
- pipe-meta-sync
1212
paths-ignore:
1313
- 'docs/**'

0 commit comments

Comments
 (0)