From 742891509966cc66eb572aeed8bcd443639f551c Mon Sep 17 00:00:00 2001 From: Nebojsa Vuksic Date: Thu, 28 Aug 2025 16:54:32 +0200 Subject: [PATCH] Change Template Cleanup workflow trigger to manual execution only --- .github/workflows/template-cleanup.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index abb6134..373bab9 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -3,8 +3,7 @@ name: Template Cleanup on: - push: - branches: [main] + workflow_dispatch: jobs: