File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ name: build
22on :
33 pull_request :
44 branches : [master]
5+
56 push :
6- branches : [master, Issue_914_100MB ]
7+ branches : [master, Do_not_self_disconnect_during_large_download ]
78jobs :
89 build :
910 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ name: lint_python
22on :
33 pull_request :
44 branches : [master]
5+
56 push :
6- branches : [master, Issue_914_100MB ]
7+ branches : [master, Do_not_self_disconnect_during_large_download ]
78jobs :
89 lint_python :
910 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ name: pre-commit
55on :
66 pull_request :
77 branches : [master]
8+
89 push :
9- branches : [master, Issue_914_100MB ]
10+ branches : [master, Do_not_self_disconnect_during_large_download ]
1011jobs :
1112 pre-commit :
1213 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ name: tox
22on :
33 pull_request :
44 branches : [master]
5+
56 push :
6- branches : [master, Issue_914_100MB ]
7+ branches : [master, Do_not_self_disconnect_during_large_download ]
78jobs :
89 tox :
910 strategy :
You can’t perform that action at this time.
0 commit comments