From b7c8e9cc38012afa3126f250f686275d3080b9d4 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 5 Mar 2021 22:01:01 +1300 Subject: [PATCH] branch name updated --- .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 891f4a8..39da33e 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: