diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d72445f28..4345a804a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,7 @@ name: CI -on: - workflow_run: - workflows: [Pre-CI] - types: [completed] - branches: - - main - - jiechen3/github_runner +on: + push: + pull_request: env: GO_BUILD_CMD: 'go build "-ldflags=-s -w" -trimpath'