Skip to content

Commit 9f31700

Browse files
committed
Prefer block style to flow style
We prefer block style to flow style for sequences and mappings in YAML.
1 parent c0eed09 commit 9f31700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
push:
66
pull_request:
77
repository_dispatch:
8-
types: [apb]
8+
types:
9+
- apb
910

1011
env:
1112
CURL_CACHE_DIR: ~/.cache/curl

0 commit comments

Comments
 (0)