Browse Source

Making develop a required build in CI

master
Drew Short 5 years ago
parent
commit
1bd6553503
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -14,6 +14,7 @@ build-website:
- tar -czvf website.tgz -C /output/ .
only:
- master
- develop
tags:
- docker
artifacts: