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

Commit

Permalink
Add release-0.2 to CI runs
Browse files Browse the repository at this point in the history
(cherry picked from commit 9a225b4)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
  • Loading branch information
cpuguy83 committed Jul 8, 2020
1 parent 8688302 commit 4d39ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go

on:
push:
branches: [ master ]
branches: [ master, release-0.2 ]
pull_request:
branches: [ master ]
branches: [ master, release-0.2 ]

env:
GO111MODULE: on
Expand Down

0 comments on commit 4d39ed4

Please sign in to comment.