From 4252550fddcf5f214e24e39e62a0d804ce1997a5 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Thu, 22 Feb 2024 20:40:26 -0700 Subject: [PATCH] wrong test lol --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8603956..94b76cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,10 @@ test: image: rust:latest stage: test script: - - cargo test --verbose + - cargo test --verbose + rules: + - if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH" + build_site: image: rust:latest @@ -26,9 +29,7 @@ build_site: artifacts: paths: - public - rules: - - if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH" - + pages: stage: deploy script: