From 11707a85b6fc9f6d75cc3ff356a084f6fc85ddd7 Mon Sep 17 00:00:00 2001 From: "Balazs E. Pataki" Date: Sat, 3 Feb 2024 11:20:14 +0100 Subject: [PATCH] Allow running test actions by hand --- .github/workflows/build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 29134aec..e693ab3a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -1,6 +1,7 @@ name: Test on: pull_request: {} + workflow_dispatch: jobs: test: