chore: rename master to prod
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 21s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 25s

This commit was merged in pull request #27.
This commit is contained in:
2024-11-12 13:29:45 +01:00
parent dfbd98c7d1
commit 9792c6a865
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: