fix typo in ci configuration

This commit is contained in:
Simon Vieille 2023-03-17 17:13:31 +01:00
parent 02afac5267
commit fc5a6a4c64
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -18,7 +18,7 @@ pipeline:
build:
image: node:16
commands:
- npm run build
- npm run build
when:
branch: [master, develop, feature/*, translations]
event: [push, pull_request]