Merge pull request #1131 from rschamp/no-release-on-pr-builds

Don't run release stage for PR builds
This commit is contained in:
Ray Schamp 2018-05-09 09:53:03 -04:00 committed by GitHub
commit 5875476228
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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