chore: rename master to prod #27

Merged
tim merged 1 commits from update-branch into prod 2024-11-12 12:30:46 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ on:
push: push:
branches: branches:
- '**' # matches every branch - '**' # matches every branch
- '!master' - '!prod'
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:

View File

@@ -2,7 +2,7 @@ name: Build and Push Docker Image
on: on:
push: push:
branches: branches:
- master - prod
jobs: jobs:
Build And Push Docker Image: Build And Push Docker Image: