From 2294e519c25f6725463f23f1dcdcf45213c9978f Mon Sep 17 00:00:00 2001 From: jklingen Date: Fri, 9 May 2025 15:44:01 +0200 Subject: [PATCH] Update release.yml --- .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 7210de89e..24e37aff0 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: