From 6491632dd738ad373efaac8f8186a56cdfe6931a Mon Sep 17 00:00:00 2001 From: Markus Zimmermann Date: Fri, 29 Mar 2024 20:33:04 +0100 Subject: [PATCH] fix, Target "main" branch instead of "master" because that is the default here --- .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 7e57e156..f674c61c 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: build: