mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 14:26:58 +00:00
fix triggers
This commit is contained in:
parent
0c47246b3a
commit
8a0c60ab97
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue