fix(build): fix branch name #261

Merged
tim merged 1 commits from fix-branch-name into prod 2024-11-16 20:43:25 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ on:
push:
branches:
- '**' # matches every branch
- '!master'
- '!prod'
jobs:
Build-Docker-Image:

View File

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