Skip to content

Commit 2cd299b

Browse files
codebytereaddaleax
authored andcommitted
build: run CI on release branches
PR-URL: #34649 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Mary Marchini <[email protected]>
1 parent 9ed9ccc commit 2cd299b

7 files changed

+14
-0
lines changed

.github/workflows/build-tarball.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- master
8+
- v[0-9]+.x-staging
9+
- v[0-9]+.x
810

911
env:
1012
FLAKY_TESTS: dontcare

.github/workflows/build-windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- master
88
- canary
9+
- v[0-9]+.x-staging
10+
- v[0-9]+.x
911

1012
env:
1113
PYTHON_VERSION: 3.8

.github/workflows/linters.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- master
8+
- v[0-9]+.x-staging
9+
- v[0-9]+.x
810

911
env:
1012
PYTHON_VERSION: 3.8

.github/workflows/misc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- master
8+
- v[0-9]+.x-staging
9+
- v[0-9]+.x
810

911
env:
1012
NODE_VERSION: 12.x

.github/workflows/test-asan.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
- canary
8+
- v[0-9]+.x-staging
9+
- v[0-9]+.x
810
paths-ignore:
911
- 'doc/**'
1012
pull_request:

.github/workflows/test-linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- master
88
- canary
9+
- v[0-9]+.x-staging
10+
- v[0-9]+.x
911

1012
env:
1113
PYTHON_VERSION: 3.8

.github/workflows/test-macos.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- master
88
- canary
9+
- v[0-9]+.x-staging
10+
- v[0-9]+.x
911

1012
env:
1113
PYTHON_VERSION: 3.8

0 commit comments

Comments
 (0)