Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: enable build for node-v8 push
  • Loading branch information
gengjiawen committed Aug 5, 2020
commit 94ea73bb81753ccd8592d6899986002e7dec699e
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