From b7bc477d2ede32a53845568b65a522d2832a44ae Mon Sep 17 00:00:00 2001 From: Daniel Habenicht Date: Sat, 4 Oct 2025 13:02:11 +0200 Subject: [PATCH] .gitea/workflows/build.yaml aktualisiert --- .gitea/workflows/build.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index babc9f9..c79cc75 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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