diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 654a337..2692642 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,7 @@ compile: artifacts: expire_in: 6 hours paths: - - dist/*.cfg - - dist/*.lua - - dist/**/*.cfg - - dist/**/*.lua + - dist/ only: - master - develop