.gitea/workflows/build.yaml aktualisiert
Some checks failed
Gitea CI/CD / Set Tag Name (push) Successful in 5s
Gitea CI/CD / docker-build-and-push (push) Has been cancelled
Gitea CI/CD / Create Tag (push) Has been cancelled
Gitea CI/CD / build-and-test (push) Has been cancelled

This commit is contained in:
2025-10-04 00:52:35 +02:00
parent 7e5e295590
commit daed8c1462

View File

@@ -5,8 +5,8 @@ on:
push: push:
branches: [ "development", "main", "staging"] branches: [ "development", "main", "staging"]
tags: [ "v*.*.*" ] tags: [ "v*.*.*" ]
pull_request: #pull_request:
branches: [ "development", "main", "staging" ] #branches: [ "development", "main", "staging" ]
env: env:
DOTNET_VERSION: '8.0.x' DOTNET_VERSION: '8.0.x'