fix triggers

This commit is contained in:
pat-s 2024-04-27 22:43:44 +02:00
parent 0c47246b3a
commit 8a0c60ab97
No known key found for this signature in database
GPG key ID: 3C6318841EF78925
2 changed files with 10 additions and 4 deletions

View file

@ -1,6 +1,9 @@
when: when:
- branch: main - event: [pull_request, tag, cron]
- event: ["push", "pull_request"] - event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/*
steps: steps:
# use vendor to cache dependencies # use vendor to cache dependencies

View file

@ -1,6 +1,9 @@
when: when:
- branch: main - event: [pull_request, tag, cron]
- event: ["push", "pull_request"] - event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/*
steps: steps:
lint: lint: