Skip to content

Commit 7ec24b0

Browse files
committed
Run workflows on this branch
1 parent a0f36fc commit 7ec24b0

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: build
22
on:
33
pull_request:
4-
branches: [master]
4+
branches: [master, Do_not_self_disconnect_during_large_download]
55
push:
6-
branches: [master]
6+
branches: [master, Do_not_self_disconnect_during_large_download]
77
jobs:
88
build:
99
runs-on: ubuntu-latest

.github/workflows/lint-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: lint_python
22
on:
33
pull_request:
4-
branches: [master]
4+
branches: [master, Do_not_self_disconnect_during_large_download]
55
push:
6-
branches: [master]
6+
branches: [master, Do_not_self_disconnect_during_large_download]
77
jobs:
88
lint_python:
99
runs-on: ubuntu-latest

.github/workflows/precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
name: pre-commit
55
on:
66
pull_request:
7-
branches: [master]
7+
branches: [master, Do_not_self_disconnect_during_large_download]
88
push:
9-
branches: [master]
9+
branches: [master, Do_not_self_disconnect_during_large_download]
1010
jobs:
1111
pre-commit:
1212
runs-on: ubuntu-latest

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: tox
22
on:
33
pull_request:
4-
branches: [master]
4+
branches: [master, Do_not_self_disconnect_during_large_download]
55
push:
6-
branches: [master]
6+
branches: [master, Do_not_self_disconnect_during_large_download]
77
jobs:
88
tox:
99
strategy:

0 commit comments

Comments
 (0)