Merge branch 'feature/event_driven_updates' into develop

This commit is contained in:
Swann
2020-09-03 15:59:19 +02:00
7 changed files with 115 additions and 38 deletions

View File

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

View File

@ -11,4 +11,7 @@ test:
- python -m pip install blender-addon-tester
- python scripts/test_addon.py
only:
refs:
- master
- develop