diff --git a/python-packages/virtualenv.yml b/python-packages/virtualenv.yml
index ce0e207591de567f596ddce5b9e1022305f428ea..872be8e60ff4dd12e11feaa12690cbfe373114bc 100644
--- a/python-packages/virtualenv.yml
+++ b/python-packages/virtualenv.yml
@@ -12,11 +12,6 @@ virtualenv:
   image: $ACR_URL/python:3.8
   tags:
     - docker
-  only:
-    refs:
-    # run only when new tag is published or changes pushed to master
-    - tags
-    - master
 
   script:
     - pip install virtualenv  # install virtualenv to create a virtual environment to install required packages