Skip to content

Commit

Permalink
build: enable build for node-v8 push
Browse files Browse the repository at this point in the history
PR-URL: #34634
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Mary Marchini <[email protected]>
  • Loading branch information
gengjiawen authored and addaleax committed Aug 8, 2020
1 parent 35ef990 commit 9ed9ccc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- canary

env:
PYTHON_VERSION: 3.8
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: test-asan
on:
push:
branches:
- master
- master
- canary
paths-ignore:
- 'doc/**'
- 'doc/**'
pull_request:
paths-ignore:
- 'doc/**'
- 'doc/**'

env:
PYTHON_VERSION: 3.8
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- canary

env:
PYTHON_VERSION: 3.8
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- canary

env:
PYTHON_VERSION: 3.8
Expand Down

0 comments on commit 9ed9ccc

Please sign in to comment.