ci(branches): only build on master
parent
7aebb777ce
commit
8a58743c58
|
@ -37,5 +37,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