ci(travis): only build master and PRs
parent
1cfba8b6bb
commit
8439da999a
|
@ -56,5 +56,5 @@ stages:
|
||||||
if: branch = master AND type = push AND fork = false
|
if: branch = master AND type = push AND fork = false
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+$/
|
- master
|
||||||
|
|
Loading…
Reference in New Issue