From 29d8527deb3ceccc50519fd71187461ef808a7f4 Mon Sep 17 00:00:00 2001
From: bhill6 <brian.hill@wisc.edu>
Date: Fri, 22 Jul 2022 11:28:57 -0500
Subject: [PATCH] Correcting deploy branch constraint

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd64d2f..3f02397 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ test:
 deploy:
   stage: deploy
   only:
-    - master
+    - main
   script:
     - env
     - mvn $MAVEN_CLI_OPTS deploy -Pdeploy -X
-- 
GitLab