From fd12f35e2eb046842f2c98c98913a3541a97847a Mon Sep 17 00:00:00 2001 From: Simeon Pursiainen Date: Thu, 23 Jan 2025 19:09:37 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9407c51..48bc317 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,9 @@ audit: stage: audit only: - pushes + - develop + except: + - master needs: [] before_script: - pip install poetry==1.3.1