File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ name: Minimal installation
4
4
5
5
on :
6
6
push :
7
- branches : [ master ]
7
+ branches : [ master, 2_11 ]
8
8
pull_request :
9
- branches : [ master ]
9
+ branches : [ master, 2_11 ]
10
10
11
11
jobs :
12
12
minimum_build :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Linux Testing
5
5
6
6
on :
7
7
push :
8
- branches : [ master ]
8
+ branches : [ master, 2_11 ]
9
9
pull_request :
10
- branches : [ master ]
10
+ branches : [ master, 2_11 ]
11
11
12
12
jobs :
13
13
build :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Python package
5
5
6
6
on :
7
7
push :
8
- branches : [ master ]
8
+ branches : [ master, 2_11 ]
9
9
pull_request :
10
- branches : [ master ]
10
+ branches : [ master, 2_11 ]
11
11
12
12
jobs :
13
13
windows :
You can’t perform that action at this time.
0 commit comments