From d68022d831c2c50f9be390856f9d191ca1d2fa25 Mon Sep 17 00:00:00 2001 From: daniel-hbn Date: Fri, 3 Oct 2025 14:48:50 +0200 Subject: [PATCH] =?UTF-8?q?staging=20branch=20eingef=C3=BChrt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 08f9364..1604ead 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,10 +3,10 @@ name: Gitea CI/CD on: workflow_dispatch: push: - branches: [ "development", "main", "feature/*", "bugfix/*", "enhancement/*" ] + branches: [ "development", "main", "staging"] tags: [ "v*.*.*" ] pull_request: - branches: [ "development", "main" ] + branches: [ "development", "main", "staging" ] env: DOTNET_VERSION: '8.0.x'