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'
|
||||
env: TEST_SUITE=lint
|
||||
fast_finish: true
|
||||
branches:
|
||||
except:
|
||||
- "/^renovate\\/.+$/"
|
||||
# Don't run builds for renovate PRs, only renovate pushes
|
||||
if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request
|
||||
install:
|
||||
- yarn
|
||||
before_script:
|
||||
|
|
Loading…
Add table
Reference in a new issue