From 3d979302612d99a80bccc96e4b8c6cacf2365cc9 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Wed, 10 Jan 2024 03:17:19 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5f5f6c2..7086227 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ goplus ] + branches: [ main ] pull_request: - branches: [ goplus ] + branches: [ main ] jobs: Test: