mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Enabled CI on Renovate branches
no issue - enables CI on Renovate branches - puts in a check to avoid CI for pull requests from Renovate to stop double builds
This commit is contained in:
parent
d9dfdd775e
commit
2fe0b79f3a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -5,9 +5,11 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- 2.x
|
||||
- 'renovate/*'
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ 10, 12 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue