Skip to content

Commit b7ce08b

Browse files
Fixed the stackbrew PR not being created on master
1 parent 579ca29 commit b7ce08b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stages:
1818
- Test
1919
- Build
2020
- name: Deploy
21-
if: branch = build-test AND type IN (push)
21+
if: branch = master AND type IN (push)
2222

2323
jobs:
2424
include:

travis.yml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616
- Test
1717
- Build
1818
- name: Deploy
19-
if: branch = build-test AND type IN (push)
19+
if: branch = master AND type IN (push)
2020

2121
jobs:
2222
include:

0 commit comments

Comments
 (0)