From dac3185ff61e928463626aa070b6fafc1b397f5c Mon Sep 17 00:00:00 2001 From: "Hana (Hyang-Ah) Kim" Date: Wed, 11 Mar 2020 14:27:45 -0400 Subject: [PATCH] github/workflows: fix syntax error in ci.yml --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c557a22c9a..fe90629425 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,14 +1,6 @@ name: build -on: - # Trigger the workflow on push or pull request, - # but only for the master branch - push: - branches: - - * - pull_request: - branches: - - master +on: [push, pull_request] env: GOPATH: /tmp/go