fix: avoid build ci from running on other branch than develop and master
This commit is contained in:
@ -8,5 +8,8 @@ build:
|
||||
name: multi_user
|
||||
paths:
|
||||
- multi_user
|
||||
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
- develop
|
||||
|
||||
|
Reference in New Issue
Block a user