1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-04 00:28:36 +00:00

Don't run 'make release' on PRs (#1908)

This commit is contained in:
Kim "BKC" Carlbäcker
2017-06-09 03:52:23 +02:00
committed by Lunny Xiao
parent 73836ce8c4
commit 4a3f40460b
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ pipeline:
commands:
- make release
when:
event: [ push, tag, pull_request ]
event: [ push, tag ]
coverage:
image: plugins/coverage