ci: run tests on every branch

This commit is contained in:
Swann 2020-09-21 17:31:07 +02:00
parent 6c47e095be
commit c533d4b86a
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

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