Skip to content

Commit 52dc313

Browse files
committed
Have consistent indenting
1 parent 62fc98c commit 52dc313

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

β€Ž.github/workflows/pytest-poetry.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ name: Pytest-Poetry πŸ§ͺ🎭
55
on:
66
push:
77
branches:
8-
- master
8+
- master
99
tags:
1010
- run-pytest*
1111
- py3-pytest*
1212
- "*-[0-9]+.*"
1313
pull_request:
1414
branches:
15-
- master
16-
- devel
15+
- master
16+
- devel
1717

1818
jobs:
1919
pytest-poetry:

β€Ž.github/workflows/pytest-python2.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Pytest-Python2 πŸ§ͺ🐍
33
on:
44
push:
55
branches:
6-
- master
6+
- master
77
tags:
88
- run-pytest*
99
- py2-pytest*
1010
- "*-[0-9]+.*"
1111
pull_request:
1212
branches:
13-
- master
14-
- devel
13+
- master
14+
- devel
1515

1616
env:
1717
PY_VERSION: 2.7.18

0 commit comments

Comments
Β (0)