From 8fd8ccc7973f5e71bb311120548a3c26f40a0bc5 Mon Sep 17 00:00:00 2001 From: tueem Date: Fri, 18 Oct 2024 23:41:11 +0200 Subject: [PATCH] fix dumb formatting mistake --- .gitea/workflows/build.yaml | 7 ++++--- .gitea/workflows/deploy.yaml | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b819254..7fa53b1 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,7 +1,8 @@ name: Test build -on: - - push: - - branches-ignore: [master] +on: + push: + branches-ignore: + - master jobs: Build-Docker: diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9fe76e6..10b6030 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,8 +1,8 @@ name: Deploy on: - - push: - - branches: [master] - + push: + branches: + - master jobs: BuildandPush-Docker: