From a4565310e912f13ccc4449b44cc38e7110cde4df Mon Sep 17 00:00:00 2001
From: Jeff Sturek <jsturek8@unl.edu>
Date: Fri, 19 Nov 2021 12:17:47 -0600
Subject: [PATCH] Update .gitlab-ci.yml file allow all branches

---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 587e8b2..710084f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,8 +24,6 @@ Dependency Check:
   image: its-registry.unl.edu/unl-its/docker-ci/dependency-check
   tags:
     - docker
-  only:
-    - develop
   cache:
     policy: push
     paths:
@@ -38,8 +36,6 @@ SonarQube:
   image: its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:php
   tags:
     - docker
-  only:
-    - develop
   cache:
     policy: pull
     paths:
-- 
GitLab