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: