update ci

This commit is contained in:
Simon Vieille 2022-07-26 15:03:53 +02:00
parent b246fa0281
commit 330ee2a43e
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -3,16 +3,12 @@ pipeline:
image: deblan/devenv
commands:
- npm install
when:
event: [tag, push, pull_request]
branch: [master, develop, feature/*]
build:
image: deblan/devenv
commands:
- make npm-build
when:
branch: [master, develop, feature/*]
event: [push, pull_request]
package: