From 4f782c54129dbeaa636d12c295cde41d70ec0d44 Mon Sep 17 00:00:00 2001 From: Markus Hauru Date: Thu, 3 Feb 2022 16:10:18 +0000 Subject: [PATCH] Add option to trigger test workflow manually --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 912bee6..441ace2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -3,6 +3,7 @@ name: All checks and tests on: + workflow_dispatch: pull_request: branches: - main