fix syntax for multiple branches
This commit is contained in:
parent
63d19b6c5c
commit
59babefa34
4
.github/workflows/cli.yml
vendored
4
.github/workflows/cli.yml
vendored
@ -3,8 +3,8 @@ name: Run Tests
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
master
|
- master
|
||||||
v1
|
- v1
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
|
Loading…
Reference in New Issue
Block a user