From cf8cb9af26b74e87b56a893a79a3c2a4061fae81 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Wed, 23 Aug 2023 13:59:10 +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 ab4fb4b..481c994 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: