staging #43

Merged
triggermeelmo merged 75 commits from staging into development 2025-11-06 21:23:27 +01:00
Showing only changes of commit d68022d831 - Show all commits

View File

@@ -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'