Skip to content
Snippets Groups Projects
Commit 888a2be2 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Update .gitlab-ci.yml

parent fe326c7d
No related branches found
No related tags found
No related merge requests found
Pipeline #6630 passed
......@@ -10,8 +10,8 @@ test:
- cd website
- yarn install
- yarn build
except:
- master
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
pages:
stage: deploy
......@@ -23,5 +23,5 @@ pages:
artifacts:
paths:
- public
only:
- master
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment