From f079348b9399724a512771e696e838c95dda8fee Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Thu, 30 Mar 2023 12:16:53 -0500 Subject: [PATCH] chore: added workflow_dispatch can be used to manually trigger test runs --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33eabb6..23c49f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,7 @@ on: # rebuild any PRs and main branch changes branches: - main - 'releases/*' + workflow_dispatch: jobs: build: # make sure build/ci work properly