update metroline conf file
metroline continuous-integration/metroline Details

This commit is contained in:
Simon Vieille 2021-10-31 18:44:30 +01:00
parent e72d0555db
commit 3d3da18322
1 changed files with 4 additions and 0 deletions

View File

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