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