Skip to content

Commit 06747bb

Browse files
committed
ci(travis): don't release on PRs
1 parent 607cd81 commit 06747bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
stages:
5959
- test
6060
- name: release
61-
if: branch = master
61+
if: branch = master AND type = push AND fork = false
6262

6363
branches:
6464
except:

0 commit comments

Comments
 (0)