From 228156cf32cc132b62988714a5a5f124cb20f428 Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Wed, 7 Feb 2024 21:33:56 -0500 Subject: [PATCH] Change default branchname in ci --- .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 1dafe4c..b5ac1a8 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: