mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-18 10:29:43 +00:00
CI publish next only on default branch
This commit is contained in:
parent
8e67d28c4f
commit
69eabb248a
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ pipeline:
|
||||||
from_secret: bot_token
|
from_secret: bot_token
|
||||||
when:
|
when:
|
||||||
event: [ "push" ]
|
event: [ "push" ]
|
||||||
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
|
||||||
docker-tag:
|
docker-tag:
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
|
|
Loading…
Reference in a new issue