fix(build): fix branch name

This commit is contained in:
2024-11-16 21:42:28 +01:00
parent 47c079749b
commit 6670d1d440
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: