From f5f78c0a99c7bbd65254101b5be1fc85eb5ee956 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 9 Sep 2019 15:51:44 +0200 Subject: [PATCH] ci: also run python test when common changes --- ci/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test.yml b/ci/test.yml index 8f48b3f3c..c9cc4b130 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -122,6 +122,7 @@ python test: only: changes: - ci/**/* + - common/**/* - python/**/* script: - cd python