Skip to content

Commit c10555c

Browse files
committed
build: run CI on release branches
1 parent df17fcd commit c10555c

7 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/build-tarball.yml

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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)