From 555e87304124b717b2df009336a05c8e7c0930c4 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 1 Nov 2022 12:40:18 +0100
Subject: [PATCH] ci: Adapt jobs trigger in case files changed

Add .pre-commit-config.yaml
Remove poetry.lock removed from #414
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6061b927..12db12f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,7 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
     - changes:
       - silkaj/**/*.py
       - tests/**/*.py
+      - .pre-commit-config.yaml
 
 .changes:
   rules:
@@ -23,7 +24,6 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
       - tests/**/*.py
       - .gitlab-ci.yml
       - pyproject.toml
-      - poetry.lock
 
 build:
   extends: .changes
-- 
GitLab