Skip to content

Commit d322e95

Browse files
committed
This branch, not the other
1 parent 358ce1c commit d322e95

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: build
22
on:
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]
78
jobs:
89
build:
910
runs-on: ubuntu-latest

.github/workflows/lint-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: lint_python
22
on:
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]
78
jobs:
89
lint_python:
910
runs-on: ubuntu-latest

.github/workflows/precommit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ name: pre-commit
55
on:
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]
1011
jobs:
1112
pre-commit:
1213
runs-on: ubuntu-latest

.github/workflows/tox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: tox
22
on:
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]
78
jobs:
89
tox:
910
strategy:

0 commit comments

Comments
 (0)