Skip to content

Commit 50c04fa

Browse files
committed
chore: lint yaml
1 parent 5838cb1 commit 50c04fa

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
name: "build"
33

4-
on: # yamllint disable-line rule:truthy
4+
on: # yamllint disable-line rule:truthy
55
pull_request:
66
push:
7-
branches: master
7+
branches:
8+
- master
89

910
jobs:
1011
build:

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
name: "Lint"
33

4-
on: # yamllint disable-line rule:truthy
4+
on: # yamllint disable-line rule:truthy
55
pull_request:
66
push:
7-
branches: master
7+
branches:
8+
- master
89

910
jobs:
1011
lint:

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
name: "PyPI Release"
33

4-
on: # yamllint disable-line rule:truthy
4+
on: # yamllint disable-line rule:truthy
55
push:
66
tags:
7-
- 'v*'
7+
- "v*"
88

99
jobs:
1010
publish:

0 commit comments

Comments
 (0)