From 9792c6a865a8b5c9483aa4379c5fe8c349eb2cd9 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Tue, 12 Nov 2024 13:29:45 +0100 Subject: [PATCH] chore: rename master to prod --- .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 6a9ff26..2dc9743 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,7 +3,7 @@ on: push: branches: - '**' # matches every branch - - '!master' + - '!prod' jobs: Explore-Gitea-Actions: diff --git a/.gitea/workflows/buildAndPush.yaml b/.gitea/workflows/buildAndPush.yaml index 3d006e6..8954100 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: -- 2.49.1