From a98a1b64df99cc5953d52ddb4b3c47bd3be82026 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 5 Sep 2022 20:36:04 +0000 Subject: [PATCH] feat(github-actions): allow running the tests manually --- .github/workflows/test-linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 04149a2..c468810 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -1,6 +1,7 @@ name: Test on Linux on: + workflow_dispatch: push: pull_request: branches: [master]