From 1585129e1f9a6d528290743c73bffcfea441b6d7 Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Wed, 29 Oct 2025 11:51:13 +0100 Subject: [PATCH] pipeline nur auf build bracnch triggern --- .gitea/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index e3b687e..ec9ac90 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -3,7 +3,7 @@ name: Build and Push Docker Image on: push: branches: - - master + - build jobs: build-and-push: