From c3e38bf9e0024dfa39434d5d8c47b399ffcb728c Mon Sep 17 00:00:00 2001 From: Sergey Tyurin Date: Fri, 10 Apr 2026 09:54:31 -0700 Subject: [PATCH] Fix branch name in actions --- .github/workflows/go-1.24.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-1.24.yml b/.github/workflows/go-1.24.yml index bd76d53..16e4872 100644 --- a/.github/workflows/go-1.24.yml +++ b/.github/workflows/go-1.24.yml @@ -5,7 +5,7 @@ name: Go on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: jobs: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 78dd519..b579e94 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: