Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 4d39ed4

Browse files
committed
Add release-0.2 to CI runs
(cherry picked from commit 9a225b4) Signed-off-by: Brian Goff <cpuguy83@gmail.com>
1 parent 8688302 commit 4d39ed4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Go
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, release-0.2 ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, release-0.2 ]
88

99
env:
1010
GO111MODULE: on

0 commit comments

Comments
 (0)