Parameter option not located at the same position menu button is (fix #283) #290

Merged
deblan merged 3 commits from bugfix/issue283 into develop 2023-11-05 14:59:50 +01:00
Showing only changes of commit 7b1d31d1db - Show all commits

View file

@ -19,16 +19,16 @@ steps:
commands:
- npm run build
when:
event: [tag, push, pull_request, manual]
branch: [master, develop, feature/*, fix/*, bugfix/*, translations]
event: [tag, push, pull_request]
build-translations:
image: deblan/php:8.0
commands:
- php bin/generate_l10n.php
when:
branch: [master, develop, feature/*, fix/*, bugfix/*, translations]
event: [tag, push, pull_request, manual]
branch: [master, develop, feature/*, fix/*, bugfix/*, translations]
create-signature:
image: nextcloud:25