diff --git a/.travis.yml b/.travis.yml index d4fcb77..5de1469 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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