update metroline conf file
All checks were successful
metroline continuous-integration/metroline

This commit is contained in:
Simon Vieille 2021-10-31 18:44:30 +01:00
parent e72d0555db
commit 3d3da18322

View file

@ -2,6 +2,10 @@ version: '1'
image: deblan/devenv image: deblan/devenv
jobs: jobs:
build: build:
when:
branch:
- master
- feat/.*
script: script:
- npm install - npm install
- npm run build - npm run build