Skip to content

Commit e19d56c

Browse files
committed
address comments
1 parent ec86979 commit e19d56c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Build & Test
55

66
on:
77
push:
8-
branches: [ "main" ]
8+
branches:
9+
- main
910
pull_request:
10-
branches: [ "main" ]
1111

1212
jobs:
1313

@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@v4
20+
uses: actions/setup-go@v5
2121
with:
2222
go-version-file: 'go.mod'
2323

0 commit comments

Comments
 (0)