Skip to content

Commit f98eefc

Browse files
committed
Activate GHA for stable 2_11 branch
1 parent 0fc6a1e commit f98eefc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/minimal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Minimal installation
44

55
on:
66
push:
7-
branches: [ master ]
7+
branches: [ master, 2_11 ]
88
pull_request:
9-
branches: [ master ]
9+
branches: [ master, 2_11 ]
1010

1111
jobs:
1212
minimum_build:

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Linux Testing
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master, 2_11 ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ master, 2_11 ]
1111

1212
jobs:
1313
build:

.github/workflows/windows-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master, 2_11 ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ master, 2_11 ]
1111

1212
jobs:
1313
windows:

0 commit comments

Comments
 (0)