run lint workflow on main branch to unblock build workflow

This commit is contained in:
pat-s 2024-04-29 14:48:00 +02:00
parent d09c6e1218
commit ca9433e0ea
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
when:
- event: pull_request
- event: push
branch: renovate/*
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/**
steps:
lint: