ci: run tests on every branch

This commit is contained in:
Swann
2020-09-21 17:31:07 +02:00
parent 6c47e095be
commit c533d4b86a

View File

@ -3,8 +3,3 @@ test:
image: slumber/blender-addon-testing:latest
script:
- python3 scripts/test_addon.py
only:
refs:
- master
- develop