From e5c0974aa615c38ee3e895b0fb7e1605191edeb6 Mon Sep 17 00:00:00 2001 From: Surinder Pal Singh Date: Wed, 2 Mar 2022 12:23:09 +1100 Subject: [PATCH] Updated branch name --- .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 470018a..bd35e47 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: