From faa39a8dd4e2722899ea8a10117a3cf4954ab61c Mon Sep 17 00:00:00 2001 From: Marco Verleun Date: Tue, 2 Apr 2024 14:01:23 +0200 Subject: [PATCH] Fix triggers --- .gitea/workflows/pre-submit.lint.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pre-submit.lint.yaml b/.gitea/workflows/pre-submit.lint.yaml index 128b2a9..2e9e3a9 100644 --- a/.gitea/workflows/pre-submit.lint.yaml +++ b/.gitea/workflows/pre-submit.lint.yaml @@ -1,6 +1,11 @@ name: Pre submits Lint -on: [pull_request] +on: + push: + branches: [main, "*"] + # Run daily as a dry-run/test. + schedule: + - cron: "0 1 * * *" permissions: # Needed to check out the repo.