diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index e0c3988a6..7a890652b 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,7 +1,7 @@ trigger: branches: include: - - 'canary-test' + - '*' exclude: - gh-pages - master @@ -16,7 +16,7 @@ trigger: pr: branches: include: - - 'canary-test' + - '*' exclude: - gh-pages - master @@ -39,8 +39,6 @@ jobs: cpu_arch: AVX AVX2: cpu_arch: AVX2 - AVX512: - cpu_arch: AVX512 steps: - script: xb setup displayName: 'Setup'