From 345e70010d7017044028132f52855d49f383e4d7 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Fri, 3 Jan 2025 17:51:30 +0000 Subject: [PATCH] [mod] --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d6a942..9651c33 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,10 +1,11 @@ name: Run BaseX Tests on: + workflow_dispatch: # Enables manual trigger pull_request: branches: - main - workflow_dispatch: # Enables manual trigger + jobs: test: