From afc6f88852becaecb64b5d59d1de1b2377f8eff0 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Tue, 3 Oct 2023 13:49:04 +0300 Subject: [PATCH] update workflow Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/autoupdate.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index 2fe53d9e..7f01a4e5 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -1,8 +1,9 @@ on: - branch: - - master - - v3 - - v4 + push: + branches: + - 'main' + - 'master' + - 'v3' schedule: - cron: '* * * * *' #- cron: '@hourly'