We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c32079 commit 8878ec6Copy full SHA for 8878ec6
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
branches:
8
- master
9
- - 1.1.x
+ - 1.2.x
10
11
env:
12
ENV_FILE: environment.yml
azure-pipelines.yml
@@ -1,11 +1,11 @@
1
# Adapted from https://github.com/numba/numba/blob/master/azure-pipelines.yml
2
trigger:
3
4
-- 1.1.x
+- 1.2.x
5
pr:
variables:
PYTEST_WORKERS: auto
0 commit comments