Skip to content
Snippets Groups Projects
Commit 3ff261b5 authored by jurgenhaas's avatar jurgenhaas
Browse files

Run pipeline only for master branch

parent 9940680e
No related branches found
No related tags found
1 merge request!1Resolve "Command "require-dev" is not defined."
......@@ -18,6 +18,8 @@ Build:
when: always
paths:
- site/
only:
- master
Deploy:
stage: deploy
......@@ -28,3 +30,5 @@ Deploy:
script:
- a -m synchronize -a "src=${PWD}/site/ dest=/var/www/docs/devops-tools" --limit=bsdevop1
cache: {}
only:
- master
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