From 21aba0bae505cfb338176e5080573cd9d9ca82aa Mon Sep 17 00:00:00 2001 From: LilliaElaine <7863608+LilliaElaine@users.noreply.github.com> Date: Tue, 21 Oct 2025 17:44:05 -0400 Subject: [PATCH] add create workflow --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5251411..f679c71 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,6 +4,7 @@ name: build on: + create: workflow_dispatch: branches: ["main"] push: