Skip to content

Commit 9ed9ccc

Browse files
gengjiawenaddaleax
authored andcommitted
build: enable build for node-v8 push
PR-URL: #34634 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Mary Marchini <[email protected]>
1 parent 35ef990 commit 9ed9ccc

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/build-windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- canary
89

910
env:
1011
PYTHON_VERSION: 3.8

.github/workflows/test-asan.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ name: test-asan
33
on:
44
push:
55
branches:
6-
- master
6+
- master
7+
- canary
78
paths-ignore:
8-
- 'doc/**'
9+
- 'doc/**'
910
pull_request:
1011
paths-ignore:
11-
- 'doc/**'
12+
- 'doc/**'
1213

1314
env:
1415
PYTHON_VERSION: 3.8

.github/workflows/test-linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- canary
89

910
env:
1011
PYTHON_VERSION: 3.8

.github/workflows/test-macos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- canary
89

910
env:
1011
PYTHON_VERSION: 3.8

0 commit comments

Comments
 (0)