From 4b07ae0cc314871dc4e33c5f8ea8c8b7dda3aa9d Mon Sep 17 00:00:00 2001 From: Swann Date: Fri, 7 Aug 2020 15:47:05 +0200 Subject: [PATCH] fix: fix test condition --- .gitlab/ci/test.gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 9c0dc6b..5291cc8 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -10,5 +10,7 @@ test: - apt install -f -y blender - python -m pip install blender-addon-tester - python scripts/test_addon.py - - + only: + refs: + - master + - develop