0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Updated .travis.yml swap renovate build to push

- currently, we only build renovate PRs
- that means we can't use automerge branch, as we wouldn't run any checks
- this swaps to running only renovate pushes, which means the branch always gets checked
This commit is contained in:
Hannah Wolfe 2019-04-17 09:24:00 +01:00
parent b377549bc7
commit e830e334d2

View file

@ -16,9 +16,8 @@ matrix:
- node_js: '10' - node_js: '10'
env: TEST_SUITE=lint env: TEST_SUITE=lint
fast_finish: true fast_finish: true
branches: # Don't run builds for renovate PRs, only renovate pushes
except: if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request
- "/^renovate\\/.+$/"
install: install:
- yarn - yarn
before_script: before_script: