Skip to content

Commit 358ce1c

Browse files
committed
Run workflows on this branch
1 parent e84edbe commit 358ce1c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
branches: [master]
55
push:
6-
branches: [master]
6+
branches: [master, Issue_914_100MB]
77
jobs:
88
build:
99
runs-on: ubuntu-latest

.github/workflows/lint-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
branches: [master]
55
push:
6-
branches: [master]
6+
branches: [master, Issue_914_100MB]
77
jobs:
88
lint_python:
99
runs-on: ubuntu-latest

.github/workflows/precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [master]
88
push:
9-
branches: [master]
9+
branches: [master, Issue_914_100MB]
1010
jobs:
1111
pre-commit:
1212
runs-on: ubuntu-latest

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
branches: [master]
55
push:
6-
branches: [master]
6+
branches: [master, Issue_914_100MB]
77
jobs:
88
tox:
99
strategy:

0 commit comments

Comments
 (0)