ci: cross compile server on release branches too

This commit is contained in:
6543 2023-07-25 14:46:38 +02:00
parent a0af5feec7
commit b57c4e1f86
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862

View file

@ -85,7 +85,9 @@ steps:
TAGS: bindata sqlite sqlite_unlock_notify netgo
XGO_VERSION: *xgo_version
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- release/*
event: [push, tag]
publish-next-server: