Skip to content
Snippets Groups Projects
Commit f5358513 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update .gitlab-ci.yml file

parent 9bc63738
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,8 @@ build: ...@@ -33,6 +33,8 @@ build:
deploy: deploy:
stage: deploy stage: deploy
# when: manual # when: manual
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
needs: needs:
- build - build
# before_script: # before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment