From 2559e3be5727bc6199a46515898e25af5fb64cda Mon Sep 17 00:00:00 2001 From: Russ Egan Date: Sat, 30 Aug 2025 13:02:35 -0500 Subject: [PATCH] build the main branch after merge/push --- .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 e618f8b..f03cf94 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,7 +2,7 @@ name: Build on: push: - branches: [ main ] + branches: [ master ] pull_request: workflow_dispatch: