From ccde406193a53e83f0c09b04fecd3bec6e0b77d8 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sun, 6 Oct 2024 21:23:42 +0200 Subject: [PATCH] Update CI after branch changes --- gitlab-ci/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab-ci/lint.yml b/gitlab-ci/lint.yml index 5f36469..6511f9a 100644 --- a/gitlab-ci/lint.yml +++ b/gitlab-ci/lint.yml @@ -9,7 +9,7 @@ python-linting: - ./.venv/bin/ruff format --check src/ only: refs: - - development + - main - merge_requests javascript-linting: @@ -21,5 +21,5 @@ javascript-linting: - npm run lint only: refs: - - development + - main - merge_requests