From 70ab0be743dd78935c228a955e4061578b1429ee Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 18 Mar 2023 16:54:21 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/prod.yaml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/prod.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index f7fc406..2e193ce 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -1,11 +1,11 @@ name: website-main on: - push: - branches: - - master - schedule: - - cron: '0 0 * * *' + - push: + branches: + - master + - schedule: + - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref }}