github: Don't build the Go branch for feature branches

We can't actually push the Go branch on pushes to feature branches.

Signed-off-by: Andrei Vagin <avagin@google.com>
This commit is contained in:
Andrei Vagin 2020-09-09 14:56:03 -07:00
parent aead623d93
commit bd3252d5cf
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ on:
push:
branches:
- master
- feature/**
pull_request:
branches:
- master