From ead6425c885b69b59daa484fec47cc6c23d2d781 Mon Sep 17 00:00:00 2001 From: Sergey Tyurin Date: Fri, 10 Apr 2026 10:17:46 -0700 Subject: [PATCH] Fix branch name in actions --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b217dd0..4923b68 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,7 @@ name: Go on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: jobs: