From d907e16ac208d0b0f255e8d0c0e881f1314c892e Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sat, 5 Oct 2019 09:08:04 +0200
Subject: [PATCH] [mod] #66: Trigger only when pyproject.toml changes

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 50ed328d..99aec5d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,10 +37,8 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
       - duniterpy/**/*.py
       - .gitlab-ci.yml
       - Makefile
-      - requirements_dev.txt
-      - requirements.txt
-      - setup.py
       - tests/**/*.py
+      - pyproject.toml
 
 # TASKS
 format:
-- 
GitLab