wheels: build wheels for master branch

We need to build wheels for the master branch since Tempest is
branchless so we'll use them for building those images.

Sem-Ver: bugfix
Change-Id: I95d1ac8c64b0a3b21a4dfe751e9c58945d08c0bc
diff --git a/zuul.d/wheels.yaml b/zuul.d/wheels.yaml
index fb3b68d..9c3c5fc 100644
--- a/zuul.d/wheels.yaml
+++ b/zuul.d/wheels.yaml
@@ -21,8 +21,6 @@
       - zuul.d/playbooks/ansible-collection-atmosphere-build-wheels/run.yml
     post-run:
       - zuul.d/playbooks/ansible-collection-atmosphere-build-wheels/post-run.yml
-    files: &build-wheels-files
-      - roles/build_openstack_requirements/.*
     vars:
       build_openstack_requirements_wheels_directory: /tmp
 
@@ -33,7 +31,6 @@
       - zuul.d/playbooks/ansible-collection-atmosphere-merge-wheels/run.yml
     post-run:
       - zuul.d/playbooks/ansible-collection-atmosphere-merge-wheels/post-run.yml
-    files: *build-wheels-files
 
 - job:
     name: ansible-collection-atmosphere-promote-wheels
@@ -42,5 +39,4 @@
     vars:
       download_artifact_job: "{{ zuul.job | replace('promote', 'merge') }}"
       download_artifact_type:
-        - wheels
-    files: *build-wheels-files
\ No newline at end of file
+        - wheels
\ No newline at end of file