diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4345a804a1..52adf97e92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ name: CI on: - push: pull_request: + branches: + - jiechen3/github_runner env: GO_BUILD_CMD: 'go build "-ldflags=-s -w" -trimpath'