From 8be874bf241b8bd6b6537602488b283453b858e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Fri, 3 Dec 2021 15:09:19 +0100 Subject: [PATCH] chore: make test workflow manually dispatchable --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f9b1d54..b080a61 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,7 @@ on: branches: [main, features] pull_request: branches: [main, features] + workflow_dispatch: jobs: doc-tests: