enhancement/pipeline-upgrade #22

Merged
Administrator merged 9 commits from enhancement/pipeline-upgrade into staging 2025-10-03 14:49:18 +02: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'