ci(travis): don't release on PRs
parent
607cd8158d
commit
06747bb734
|
@ -58,7 +58,7 @@ jobs:
|
|||
stages:
|
||||
- test
|
||||
- name: release
|
||||
if: branch = master
|
||||
if: branch = master AND type = push AND fork = false
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
|
Loading…
Reference in New Issue