From 6670d1d440e9d5ec43a07913e5ba23e1e8578905 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Sat, 16 Nov 2024 21:42:28 +0100 Subject: [PATCH] fix(build): fix branch name --- .gitea/workflows/build.yaml | 2 +- .gitea/workflows/buildAndPush.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index af9f4fc..7802c80 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,7 +3,7 @@ on: push: branches: - '**' # matches every branch - - '!master' + - '!prod' jobs: Build-Docker-Image: diff --git a/.gitea/workflows/buildAndPush.yaml b/.gitea/workflows/buildAndPush.yaml index d9e9bd0..e7bd90d 100644 --- a/.gitea/workflows/buildAndPush.yaml +++ b/.gitea/workflows/buildAndPush.yaml @@ -2,7 +2,7 @@ name: Build and Push Docker Image on: push: branches: - - master + - prod jobs: Build-And-Push-Docker-Image: