Run A1 verify on all branches.

Change-Id: I5fd6674dabda85246ddd28c2a066148fde6c9213
Signed-off-by: Tommy Carpenter <tc677g@att.com>
diff --git a/jjb/ric-plt-a1/ric-plt-a1.yaml b/jjb/ric-plt-a1/ric-plt-a1.yaml
index a9118ea..aa83096 100644
--- a/jjb/ric-plt-a1/ric-plt-a1.yaml
+++ b/jjb/ric-plt-a1/ric-plt-a1.yaml
@@ -48,11 +48,12 @@
       - ../shell/install-deb-nng-rmr.sh
     python-version: python3
     stream:
-      - master:
-          branch: master
+      # run verify on all branches
+      # the ANT pattern is **/{branch}, we are exploiting that.
+      - all:
+          branch: '*'
     jobs:
       - gerrit-tox-verify
-      - gerrit-python-xc-clm
 
 - project:
     <<: *a1_common