From f15b677cbef8ac50a0e6d655446bea4336e7fc55 Mon Sep 17 00:00:00 2001 From: helius-kurt <162193124+helius-kurt@users.noreply.github.com> Date: Thu, 9 May 2024 10:03:32 -0600 Subject: [PATCH] Update branch spec --- .github/workflows/go.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 789523e..08fbfb5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,9 @@ name: Go on: push: - branches: [ "main" ] + branches: + - main + - 'releases/**' pull_request: branches: [ "main" ]