From 7805cb3e4c72e02479ef27528b6029a6e93a30d3 Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Sat, 15 Jun 2024 11:50:39 +0200 Subject: [PATCH] Enable running the test workflow manually --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c1b5ec7..28cccf7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,6 +2,7 @@ on: push: branches: - main + workflow_dispatch: jobs: test-action: