From c7da4b169d6305ad25ded60f467cc391296fc9c6 Mon Sep 17 00:00:00 2001
From: James Tharpe <james.tharpe1@t-mobile.com>
Date: Tue, 14 Jan 2020 06:17:23 -0800
Subject: [PATCH] Only deploy to pages from master

Confirmed this works, now limited to master branch
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d034ea6..0c1dd2a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,5 +36,5 @@ pages:
   artifacts:
     paths:
       - public # Required artifact of Gitlab pages
-  # only:
-  #   - master
+  only:
+    - master
-- 
GitLab