From 4706ab73fac64e7ca8b73aa0294609d84a730c2c Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Fri, 13 Jan 2023 16:59:24 -0600 Subject: [PATCH] Creating a workflow, part 2/?. --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eca39c..0d112f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,6 @@ name: StaticSiteGenerator Release on: + workflow_dispatch: push: tags: - 'v*.*.*' @@ -23,4 +24,4 @@ jobs: - name: Release uses: ncipollo/release-action@v1 with: - artifacts: cli/build/distributions/* \ No newline at end of file + artifacts: cli/build/distributions/*