Browse Source

Making sure that the deployment only happens for master

develop
Drew Short 5 years ago
parent
commit
580376f21b
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -55,3 +55,5 @@ deploy:release:
- release
tags:
- linux
only:
- master
Loading…
Cancel
Save