0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated .travis.yml swap renovate build to push (#1162)

- 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-22 10:19:21 +01:00 committed by Kevin Ansfield
parent 7b574781f3
commit 81837fec02

View file

@ -7,9 +7,8 @@ env:
global: global:
- MOZ_HEADLESS=1 - MOZ_HEADLESS=1
- JOBS=1 - JOBS=1
branches: # Don't run builds for renovate PRs, only renovate pushes
except: if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request
- "/^renovate\\/.+$/"
addons: addons:
firefox: latest firefox: latest
chrome: stable chrome: stable