staging branch eingeführt
Some checks failed
Gitea CI/CD / Set Tag Name (pull_request) Successful in 6s
Gitea CI/CD / build-and-test (pull_request) Successful in 1m1s
Gitea CI/CD / docker-build-and-push (pull_request) Successful in 9m18s
Gitea CI/CD / Create Tag (pull_request) Failing after 5s

This commit is contained in:
2025-10-03 14:48:50 +02:00
parent b3b97d4c09
commit d68022d831

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'