Skip to content

Commit 8878ec6

Browse files
CI: activate azure pipelines/github actions on 1.2.x (#38360)
1 parent 0c32079 commit 8878ec6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches:
88
- master
9-
- 1.1.x
9+
- 1.2.x
1010

1111
env:
1212
ENV_FILE: environment.yml

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Adapted from https://github.com/numba/numba/blob/master/azure-pipelines.yml
22
trigger:
33
- master
4-
- 1.1.x
4+
- 1.2.x
55

66
pr:
77
- master
8-
- 1.1.x
8+
- 1.2.x
99

1010
variables:
1111
PYTEST_WORKERS: auto

0 commit comments

Comments
 (0)