From 1ee3eaf77380aa32fb906ceac5e44aceb1405614 Mon Sep 17 00:00:00 2001 From: William Murphy Date: Fri, 17 Nov 2023 15:40:27 -0500 Subject: [PATCH] chore: add manual trigger to test workflow (#247) Signed-off-by: Will Murphy --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e613d160..d0d9ca51 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: "Tests" -on: [push, pull_request] +on: [push, pull_request, workflow_dispatch] jobs: build: # make sure build/ci work properly and there is no faked build ncc built scripts