Skip to content

Commit d25fe8a

Browse files
committed
Run on this branch
1 parent 40ad0e8 commit d25fe8a

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, Try_on_robust_test]
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, Try_on_robust_test]
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, Try_on_robust_test]
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, Try_on_robust_test]
77
jobs:
88
tox:
99
strategy:

0 commit comments

Comments
 (0)