fix: avoid build ci from running on other branch than develop and master

This commit is contained in:
Swann
2020-08-07 15:08:08 +02:00
parent f1e09c1507
commit 5d52fb2460
3 changed files with 7 additions and 4 deletions

View File

@ -8,5 +8,8 @@ build:
name: multi_user
paths:
- multi_user
only:
refs:
- master
- develop