mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Enabled CI on Renovate branches
no issue
This commit is contained in:
parent
46ffc15544
commit
f513f39340
3
ghost/admin/.github/workflows/test.yml
vendored
3
ghost/admin/.github/workflows/test.yml
vendored
@ -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' ]
|
||||
|
Loading…
Reference in New Issue
Block a user