Enabled Ghost-CLI testing on Renovate branches

no issue
This commit is contained in:
Daniel Lockyer 2020-04-16 10:22:14 +01:00
parent bd92fcd282
commit f8a22da490
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ jobs:
ghost-cli:
name: Ghost-CLI
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2