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:
parent
b377549bc7
commit
e830e334d2
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue