Skip to content

Commit a83488d

Browse files
committed
ci(travis): ensure release runs on master
Make it so the deploy job only runs on commits directly to `master`.
1 parent 93afb0b commit a83488d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ sudo: false
5151

5252
stages:
5353
- test
54+
- name: release
55+
if: (NOT type = pull_request) AND branch = master

0 commit comments

Comments
 (0)