From f51a3ab6fa76458440b17ee54ec860578f8236ec Mon Sep 17 00:00:00 2001 From: Dmytro Tkachenko Date: Tue, 22 Oct 2024 23:49:24 +0300 Subject: [PATCH] Actions --- .gitea/workflows/build.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d7d5757..2cce176 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,6 +1,11 @@ name: Build Action run-name: Test is testing out Gitea Actions 🚀 -on: [push] +on: + schedule: + - cron: * * * * * + push: + branches: + - main jobs: Run-Build: