From 0834ae8abcd8a52f527ab0e99ca60c80b9015516 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Thu, 18 Feb 2021 11:48:47 -0700
Subject: [PATCH] add workflow to pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa04f67..db05aba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,12 @@ variables:
   # Static data in AWS S3
   DATA_CONUS_2018A: conus-2018a
 
+# Do not run for merge requests
+workflow:
+  rules:
+    - if: $CI_COMMIT_TAG
+    - if: $CI_COMMIT_BRANCH
+
 include:
   - project: "ghsc/hazdev/pipeline-build-template"
     ref: "1.1.3"
-- 
GitLab