From 99a6a1dc5696db641cd37486ca7e2d5e9a3833d4 Mon Sep 17 00:00:00 2001 From: bacon Date: Mon, 3 Mar 2025 23:14:22 +0300 Subject: [PATCH] Changed CI triggers --- .gitlab-ci.yml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc592b2..2e4626b 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,11 @@ +workflow: + rules: + - changes: + - proxy/**/* + - Dockerfile + when: always + - when: never + stages: - test - build @@ -10,19 +18,6 @@ test: script: - pip install -q -r requirements.txt - python -m unittest discover tests - only: - changes: - - ^README.md - - ^CHANGELOG - - ^.gitattribute - - ^.gitignore - - ^.gitlab-ci.yml - - ^tests/ - - proxy/**/* - - Dockerfile - - requirements.txt - - build: needs: