From 5bb9b4f225fa67a86cf86a6faff323a48479b8de Mon Sep 17 00:00:00 2001 From: jklingen Date: Fri, 9 May 2025 15:42:46 +0200 Subject: [PATCH] Disable Build and Deploy Workflow --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24e37aff0..7210de89e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ name: Build and Deploy -on: - push: - branches: - - 'release/1.*' +#on: +# push: +# branches: +# - 'release/1.*' jobs: build: