Revert "Build releases only on tags or develop"

This reverts commit 54d2873770. It breaks
getting the latest artifact for the master branch.
This commit is contained in:
rinpatch 2019-06-29 13:24:26 +03:00
parent e9426d15d8
commit 5bc9e6e0f3
1 changed files with 1 additions and 1 deletions

View File

@ -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
- tags
- master@pleroma/pleroma
- develop@pleroma/pleroma
artifacts: &release-artifacts
name: "pleroma-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME"