Skip to content

Commit 3772120

Browse files
committed
build.yaml: Use mapping syntax (for upcoming extension)
1 parent 6afbec6 commit 3772120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
name: Build (Linux, Ubuntu)
1818

1919
on:
20-
- pull_request
21-
- push
20+
pull_request:
21+
push:
2222

2323
jobs:
2424
build:

0 commit comments

Comments
 (0)