FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: enable build for node-v8 push · nodejs/node@9ed9ccc · GitHub

/ node Public

Commit 9ed9ccc

Browse files
authored andcommitted
build: enable build for node-v8 push
PR-URL: #34634 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Mary Marchini <oss@mmarchini.me>
1 parent 35ef990 commit 9ed9ccc

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

‎.github/workflows/build-windows.yml‎

Lines changed: 1 addition & 0 deletions
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‎

Lines changed: 4 additions & 3 deletions
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‎

Lines changed: 1 addition & 0 deletions
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‎

Lines changed: 1 addition & 0 deletions
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)

Back | FazBrowse Home | New Git URL