Skip to content

Commit db44d4a

Browse files
CI: activate azure pipelines/github actions on 1.3.x (#41966)
1 parent c791592 commit db44d4a

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- master
99
- 1.2.x
10+
- 1.3.x
1011

1112
env:
1213
ENV_FILE: environment.yml

.github/workflows/database.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- master
99
- 1.2.x
10+
- 1.3.x
1011
paths-ignore:
1112
- "doc/**"
1213

.github/workflows/posix.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- master
99
- 1.2.x
10+
- 1.3.x
1011
paths-ignore:
1112
- "doc/**"
1213

azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ trigger:
44
include:
55
- master
66
- 1.2.x
7+
- 1.3.x
78
paths:
89
exclude:
910
- 'doc/*'
1011

1112
pr:
1213
- master
1314
- 1.2.x
15+
- 1.3.x
1416

1517
variables:
1618
PYTEST_WORKERS: auto

0 commit comments

Comments
 (0)