Don't run release stage for PR builds

This commit is contained in:
Ray Schamp 2018-05-09 09:49:30 -04:00
parent af174c5782
commit 968927511a

View file

@ -38,4 +38,4 @@ jobs:
stages:
- test
- name: release
if: branch in (master, develop)
if: branch in (master, develop) and type != pull_request