Fixed the stackbrew PR not being created on master

This commit is contained in:
Laurent Goderre 2018-04-26 03:56:19 -04:00
parent 579ca29a16
commit b7ce08bb6d
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ stages:
- Test
- Build
- name: Deploy
if: branch = build-test AND type IN (push)
if: branch = master AND type IN (push)
jobs:
include:

View File

@ -16,7 +16,7 @@ stages:
- Test
- Build
- name: Deploy
if: branch = build-test AND type IN (push)
if: branch = master AND type IN (push)
jobs:
include: