modify GitLab CI pipelines to build on master commits
We were using an incorrect variable name that GitLab CI was providing -- changing to the correct one (CI_COMMIT_REF_NAME) should cause builds only on commits to master branch.
We were using an incorrect variable name that GitLab CI was providing -- changing to the correct one (CI_COMMIT_REF_NAME) should cause builds only on commits to master branch.