diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-29 12:29:12 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-29 12:42:19 +0300 |
commit | 54d287377054fa48c5a14cf6b056cd80e838b264 (patch) | |
tree | da7fd9c7577fdeebdaf253e9b4002eacbe2c05f5 | |
parent | 9b014eae68b7bcbf1daf3ddf2b347a8baa14a634 (diff) | |
download | pleroma-54d287377054fa48c5a14cf6b056cd80e838b264.tar.gz |
Build releases only on tags or develop
Needed so we could push documentation updates to master without
triggering a rebuild
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8711f299..3868cb603 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,7 +148,7 @@ amd64: # TODO: Replace with upstream image when 1.9.0 comes out image: rinpatch/elixir:1.9.0-rc.0 only: &release-only - - master@pleroma/pleroma + - tags - develop@pleroma/pleroma artifacts: &release-artifacts name: "pleroma-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME" |