From efe3e42348a29519f9c7e1424d4a5f133fd14eff Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 15 Jul 2024 11:07:58 +0200 Subject: [PATCH] ci: update gitlab ci - Only run on feature branches. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3cfb8c..40773ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ include: file: - default.yml - pre-commit.yml + - workflows/feature-branches.yml stages: - test