Verify and push RMR pkgs from all branches

This change causes packages from all branches, not just
master, to be built, verified and then pushed into package
cloud (.deb/.rpm) or into the pypi world (python wrapper).

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I8fe06f37595900247f524adb1d4d32a609ba3bac
diff --git a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml
index ca077ed..0c72868 100644
--- a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml
+++ b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml
@@ -40,8 +40,9 @@
       - gerrit-docker-verify
       - oran-gerrit-docker-ci-pc-merge
     stream:
-      - master:
-          branch: master
+      # verify and push from all branches
+      - all:
+          branch: '*'
 
 # build and publish distributions to test.pypi.org
 - project:
@@ -58,8 +59,9 @@
       - compare-type: REG_EXP
         pattern: 'src/bindings/rmr-python/.*'
     stream:
-      - master:
-          branch: master
+      # verify and push from all branches
+      - all:
+          branch: '*'
     jobs:
       - '{project-name}-gerrit-pypi-jobs'