Fixed the stackbrew PR not being created on master
This commit is contained in:
parent
579ca29a16
commit
b7ce08bb6d
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue