We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ef990 commit 9ed9cccCopy full SHA for 9ed9ccc
4 files changed
.github/workflows/build-windows.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- master
8
+ - canary
9
10
env:
11
PYTHON_VERSION: 3.8
.github/workflows/test-asan.yml
@@ -3,12 +3,13 @@ name: test-asan
3
on:
4
- - master
+ - master
paths-ignore:
- - 'doc/**'
+ - 'doc/**'
pull_request:
12
13
14
15
.github/workflows/test-linux.yml
.github/workflows/test-macos.yml
0 commit comments