From bd3252d5cfbfe11cda6dd76ed9c0f12a6d3c352b Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Wed, 9 Sep 2020 14:56:03 -0700 Subject: [PATCH] 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 --- .github/workflows/go.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 99f474a9c..3a6a592d1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,7 +3,6 @@ on: push: branches: - master - - feature/** pull_request: branches: - master