mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Included v4.*
branches in CI testing
no issue - as we're making more and more use of branches for releases, we want tests to run on them - this commit adds the v4 wildcard to the GitHub workflow so it'll trigger when we push to them
This commit is contained in:
parent
fa14e4bf5f
commit
fe3355276f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- 'v4.*'
|
||||||
- 3.x
|
- 3.x
|
||||||
- 2.x
|
- 2.x
|
||||||
- 'renovate/*'
|
- 'renovate/*'
|
||||||
|
|
Loading…
Add table
Reference in a new issue