From 46b7905f9683d3ab225049fb66de9b27349d129a Mon Sep 17 00:00:00 2001
From: bhill6 <brian.hill@wisc.edu>
Date: Fri, 14 Oct 2022 08:09:53 -0500
Subject: [PATCH] updated branch restriction on deploy job from trunk to main

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e540d27..4da2eeb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -69,7 +69,7 @@ spotbugs-sast:
 deploy:
   stage: deploy
   only:
-    - trunk
+    - main
   script:
     - env
     - mvn $MAVEN_CLI_OPTS deploy -Pdeploy -X
-- 
GitLab