From 292885abda0dd833529547c57eb7c1a191e4e9f6 Mon Sep 17 00:00:00 2001 From: lukaszszpak <alukasz1@interia.pl> Date: Thu, 28 Sep 2023 14:55:27 +0200 Subject: [PATCH] chore: load script only for master --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe40822..dddd4e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,6 +47,8 @@ push_wheel: -u $PIPY_USER -p $PIPY_PASS dist/plwn_api*.whl test_load: + only: + - master stage: test_load before_script: - pip install --upgrade pip -- GitLab