Skip to content

Commit 0e2e572

Browse files
committed
add v3 to gh actions branches
1 parent 3a860eb commit 0e2e572

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/go.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Go
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- main
7+
- v3
68
pull_request:
7-
branches: [ "main" ]
9+
branches:
10+
- main
11+
- v3
812

913
jobs:
1014

0 commit comments

Comments
 (0)