From 2c21884a6114604ba3caeeb2620cebe89ebed990 Mon Sep 17 00:00:00 2001 From: KoenigMjr <135820716+KoenigMjr@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:45:11 +0200 Subject: [PATCH] Update run_pytest.yml + Pull-Request --- .github/workflows/run_pytest.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index 1393799..be7414b 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -1,6 +1,9 @@ name: pytest -on: [push, pull_request] +on: + workflow_dispatch: # Hier manuelles Starten erlauben + push: + pull_request: jobs: build: