From 5a8db5692a68d3015e6253edbbe8fa730b58fca7 Mon Sep 17 00:00:00 2001 From: Shannon Poole Date: Tue, 28 Oct 2025 14:45:44 -0400 Subject: [PATCH] fix workflow branch --- .github/workflows/go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index b07d7ea..bac4753 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ release-4.13 ] + branches: [ release-4.12 ] pull_request: - branches: [ release-4.13 ] + branches: [ release-4.12 ] jobs: build: