From d67f8e26e4e5e440a0f01d14675019865ef69c0b Mon Sep 17 00:00:00 2001
From: Jeff Sturek <jsturek8@unl.edu>
Date: Fri, 19 Nov 2021 12:35:55 -0600
Subject: [PATCH] Update .gitlab-ci.yml file limit sonarQube to master branch

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 710084f..a899c4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,8 @@ SonarQube:
   image: its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:php
   tags:
     - docker
+  only:
+    -master
   cache:
     policy: pull
     paths:
-- 
GitLab