From 482c19e00dc4c24a014bc5c83f9cb9140fa3b071 Mon Sep 17 00:00:00 2001 From: Kim Burgestrand Date: Thu, 12 Oct 2023 09:38:37 +0200 Subject: [PATCH] Allow running test-suite on demand on main There was a recent test failure on a PR, which I believe is of no fault of the PR itself. I'd like to be able to run the test suite manually too. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcee1e4b..74a9c7f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,7 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + workflow_dispatch: permissions: contents: read