From bdc4950e6146e58c8c5f074019ae1f134013533c Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 13 Jan 2018 00:34:00 -0600 Subject: [PATCH] Still trying to get those config files to go up --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b3bf07..ef2047b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ compile: expire_in: 6 hours paths: - dist/**/*.lua - - dist/**/*.cfg + - dist/*.cfg only: - master - develop