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.