.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:
branches: [ "development", "main", "staging"]
tags: [ "v*.*.*" ]
pull_request:
branches: [ "development", "main", "staging" ]
#pull_request:
#branches: [ "development", "main", "staging" ]
env:
DOTNET_VERSION: '8.0.x'