From ad4756aaf1a881838d0da864c7afaba2b10463c0 Mon Sep 17 00:00:00 2001 From: Kamaleshwar Date: Fri, 4 Oct 2024 19:03:35 +0200 Subject: [PATCH] [-] fix branch name in github workflow config --- .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 bf2eaa7..0b5033b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,9 +5,9 @@ name: Go on: push: - branches: ["main"] + branches: ["master"] pull_request: - branches: ["main"] + branches: ["master"] jobs: build: