Enabled CI on Renovate branches

no issue
This commit is contained in:
Daniel Lockyer 2020-03-26 09:46:05 +00:00 committed by GitHub
parent 46ffc15544
commit f513f39340

View File

@ -4,10 +4,11 @@ on:
push:
branches:
- master
- 'renovate/*'
jobs:
test:
runs-on: ubuntu-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
strategy:
matrix:
browser: [ 'Firefox', 'Chrome' ]