Skip to content

Commit 152d698

Browse files
authored
Adjust spacing in github workflows
1 parent 6580a01 commit 152d698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mypy-type-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches: [ develop, pre-release, master, main ]
88
pull_request:
9-
branches: [ develop, pre-release, master, main]
9+
branches: [ develop, pre-release, master, main ]
1010

1111
jobs:
1212

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [ develop, pre-release, master, main ]
99
tags: v*
1010
pull_request:
11-
branches: [ develop, pre-release, master, main]
11+
branches: [ develop, pre-release, master, main ]
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)