mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Added v5.*
to workflow triggers
- this is needed so we run CI tests on release branches
This commit is contained in:
parent
2ff53ef0da
commit
1ba2988e98
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- '5.0'
|
- '5.0'
|
||||||
- 'v4.*'
|
- 'v5.*'
|
||||||
- 3.x
|
- 3.x
|
||||||
- 2.x
|
- 2.x
|
||||||
- 'renovate/*'
|
- 'renovate/*'
|
||||||
|
|
Loading…
Add table
Reference in a new issue