From df81920e10a4729d4c460aade207b87de28bff8c Mon Sep 17 00:00:00 2001 From: Klaus Silveira Date: Sat, 15 Jan 2022 00:20:59 -0500 Subject: [PATCH] Added manual build option to legacy build. --- .github/workflows/legacy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/legacy.yml b/.github/workflows/legacy.yml index 12079a2..98541f1 100644 --- a/.github/workflows/legacy.yml +++ b/.github/workflows/legacy.yml @@ -1,11 +1,13 @@ name: Legacy Build on: + workflow_dispatch: ~ + push: branches: - legacy tags: - - 1.*.* + - 1.** pull_request: branches: