diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3d2469bb04228eab654e5f65ca98df2513f69dd..88280fb7c0fbb6f0a9bf50e64dad91b1839bdd22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,12 @@ stages: tags: - kurisu only: - - main + - master - merge_requests + except: + variables: + - $CI_MERGE_REQUEST_TITLE =~ /^WIP:/ + - $CI_MERGE_REQUEST_TITLE =~ /^Draft:/ variables: SRC_DIR: $CI_PROJECT_DIR # Where the sources are WORK_DIR: "/home/gitlab-runner/CI_$CI_PIPELINE_ID" # Where we will work, so that it's not erased