Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3772120

Browse files
committedApr 26, 2025
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)
Please sign in to comment.