fix dumb formatting mistake
All checks were successful
Deploy / BuildandPush-Docker (push) Successful in 1m55s

This commit is contained in:
tueem 2024-10-18 23:41:11 +02:00
parent 1b627da61c
commit 8fd8ccc797
Signed by: tueem
GPG Key ID: 65C8667EC17A88FB
2 changed files with 7 additions and 6 deletions

@ -1,7 +1,8 @@
name: Test build
on:
- push:
- branches-ignore: [master]
on:
push:
branches-ignore:
- master
jobs:
Build-Docker:

@ -1,8 +1,8 @@
name: Deploy
on:
- push:
- branches: [master]
push:
branches:
- master
jobs:
BuildandPush-Docker: