Skip to content

Commit 551d0c4

Browse files
committed
style: normalize YAML branch filter syntax
1 parent 1f5c4e0 commit 551d0c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Build & Test
22

33
on:
44
pull_request:
5-
branches:
6-
- main
5+
branches: [main]
76
types:
87
- opened
98
- synchronize

0 commit comments

Comments
 (0)