Skip to content
Snippets Groups Projects
Commit beadd8fd authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

change rule in gitlab-ci.yml regarding pages job

parent d55c9515
No related branches found
No related tags found
2 merge requests!40adapt links, add further topics and fix pipeline job for deployment,!39Resolve "fix deployment of website on dev branch"
Pipeline #104206 failed
......@@ -22,7 +22,7 @@ testing:
paths:
- testing/*.log
# deploy static webpage
# build static webpage
build-static:
stage: build
allow_failure: false
......@@ -49,4 +49,4 @@ pages:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
\ No newline at end of file
- if: $CI_COMMIT_BRANCH == master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment