From 26a82c3c2fda3c4285706b4684c060aadb6a5797 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Sat, 21 Sep 2024 11:56:10 +0200 Subject: [PATCH] Build: ENH: Enable manual workflow run Helpful for testing. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 53e1ce7..0d73c83 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,7 @@ on: branches: [ master ] pull_request: branches: [ master ] + workflow_dispatch: # Allows you to run this workflow manually from the Actions tab jobs: test: