Skip to content
Snippets Groups Projects
Verified Commit e0ffa0a0 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Allow manual trigger of deploy web job.

parent 2957f214
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,9 @@ deploy web site: ...@@ -50,6 +50,9 @@ deploy web site:
changes: changes:
- web/**/* - web/**/*
- scripts/ci/jobs/web.yml - scripts/ci/jobs/web.yml
- if: '$CI_COMMIT_BRANCH == "master"'
when: manual
allow_failure: true
script: script:
- cd web - cd web
- yarn - yarn
......
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