mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-18 10:29:43 +00:00
run lint workflow on main branch to unblock build workflow
This commit is contained in:
parent
d09c6e1218
commit
ca9433e0ea
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
- event: push
|
- event: push
|
||||||
branch: renovate/*
|
branch:
|
||||||
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
- renovate/**
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Reference in a new issue