From 9ca27060630323cf56d0be94c0b7b64ed33f9d37 Mon Sep 17 00:00:00 2001 From: Fabian Breckle Date: Fri, 3 Jan 2025 10:22:15 +0100 Subject: [PATCH] chore: allow manual run of ci-testing workflow --- .github/workflows/ci-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index a1fddc80..63e28443 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - master + workflow_dispatch: jobs: test: runs-on: ubuntu-latest