.gitea/workflows/build.yaml aktualisiert

This commit is contained in:
2025-10-04 13:02:11 +02:00
parent ab11665665
commit b7bc477d2e

View File

@@ -2,12 +2,13 @@ name: Gitea CI/CD
on:
workflow_dispatch:
push:
branches: [ "development", "main", "staging"]
#push:
#branches: [ "development", "main", "staging"]
#tags: [ "v*.*.*" ]
pull_request:
branches: [ "development", "main", "staging" ]
tags: [ "v*.*.*" ]
#pull_request:
#branches: [ "development", "main", "staging" ]
permissions:
contents: write
packages: write