mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-18 10:29:43 +00:00
fix CI triggers
This commit is contained in:
parent
c14c5474b6
commit
1a332c1d54
1 changed files with 5 additions and 2 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
|
||||||
|
|
Loading…
Reference in a new issue