update ci conf

This commit is contained in:
Simon Vieille 2023-03-19 09:34:23 +01:00
parent 7227f59dab
commit 097ccc9dc9
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -3,8 +3,7 @@ pipeline:
image: node:16
pull: true
commands:
- npm i
- npm link @nextcloud/vue
- npm ci
when:
event: [tag, push, pull_request]
branch: [master, develop, feature/*, translations]