Updated travis.yml file
This commit is contained in:
parent
dc05ff2f49
commit
87abdc2c31
|
@ -5,7 +5,7 @@ node_js:
|
|||
|
||||
cache: yarn
|
||||
|
||||
# Don't run builds for renovate PRs, only renovate pushes
|
||||
if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request
|
||||
# Don't run builds for renovate PRs
|
||||
if: NOT head_branch =~ ^renovate
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue