From 02d9768ac13bf7b76a485dfe1bf867159ba3b71b Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 9 Jan 2024 22:15:47 +0800 Subject: [PATCH] Update CI config to trigger on PR created. --- .github/workflows/go.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 714aaf7..99204d1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,7 @@ name: Go -on: [push] +on: + push: + pull_request: jobs: build: name: Build