Skip to content
Snippets Groups Projects
Commit 9c1dd52f authored by Lasse Fröhner's avatar Lasse Fröhner
Browse files

Update README.md

parent 86bbcfea
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ test: ...@@ -27,8 +27,8 @@ test:
artifacts: artifacts:
paths: paths:
- test - test
except: rules:
- master - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
pages: pages:
stage: deploy stage: deploy
...@@ -37,8 +37,8 @@ pages: ...@@ -37,8 +37,8 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
only: rules:
- master - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
``` ```
## Building locally ## Building locally
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment