Skip to content

Commit d911bfa

Browse files
CI: activate azure pipelines/github actions on 1.4.x (#45199)
1 parent 2d9513c commit d911bfa

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/workflows/code-checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- master
7-
- 1.3.x
7+
- 1.4.x
88
pull_request:
99
branches:
1010
- master
11-
- 1.3.x
11+
- 1.4.x
1212

1313
env:
1414
ENV_FILE: environment.yml

.github/workflows/datamanger.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- master
7-
- 1.3.x
7+
- 1.4.x
88
pull_request:
99
branches:
1010
- master
11-
- 1.3.x
11+
- 1.4.x
1212

1313
env:
1414
ENV_FILE: environment.yml

.github/workflows/docbuild-and-upload.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- master
7-
- 1.3.x
7+
- 1.4.x
88
pull_request:
99
branches:
1010
- master
11-
- 1.3.x
11+
- 1.4.x
1212

1313
env:
1414
ENV_FILE: environment.yml

.github/workflows/posix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- master
7-
- 1.3.x
7+
- 1.4.x
88
pull_request:
99
branches:
1010
- master
11-
- 1.3.x
11+
- 1.4.x
1212
paths-ignore:
1313
- "doc/**"
1414

.github/workflows/python-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- master
7-
- 1.3.x
7+
- 1.4.x
88
pull_request:
99
branches:
1010
- master
11-
- 1.3.x
11+
- 1.4.x
1212
paths-ignore:
1313
- "doc/**"
1414

.github/workflows/sdist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- master
7-
- 1.3.x
7+
- 1.4.x
88
pull_request:
99
branches:
1010
- master
11-
- 1.3.x
11+
- 1.4.x
1212
paths-ignore:
1313
- "doc/**"
1414

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trigger:
33
branches:
44
include:
55
- master
6-
- 1.3.x
6+
- 1.4.x
77
paths:
88
exclude:
99
- 'doc/*'
@@ -13,7 +13,7 @@ pr:
1313
branches:
1414
include:
1515
- master
16-
- 1.3.x
16+
- 1.4.x
1717

1818
variables:
1919
PYTEST_WORKERS: auto

0 commit comments

Comments
 (0)