From c03b2345953469dae96394d533c2ace50d7885dc Mon Sep 17 00:00:00 2001 From: Jie Chen Date: Mon, 17 Feb 2025 15:43:50 -0800 Subject: [PATCH] Update branch name --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'