From 1a0f981c5ce14d05521520a32e689f12a3bdabe4 Mon Sep 17 00:00:00 2001 From: KoenigMjr <135820716+KoenigMjr@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:18:35 +0200 Subject: [PATCH] Update run_pytest.yml Auskommentieren von workflow_dispatch --- .github/workflows/run_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index 73092a6..1a32372 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -1,7 +1,7 @@ name: pytest on: - workflow_dispatch: # Hier manuelles Starten erlauben + #workflow_dispatch: # Hier manuelles Starten erlauben, automatisch nach jedem Commit push: pull_request: