chore: workflow for v4 branch (#21466)

This commit is contained in:
Ben Irvin 2024-09-26 09:28:14 +02:00 committed by GitHub
parent 3c5bc3f353
commit 28b4e58b04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ on:
branches:
- main
- develop
- v5/main
- v4
jobs:
check-pr-status:

View File

@ -5,7 +5,7 @@ on:
branches:
- main
- develop
- v5/main
- v4
pull_request:
paths-ignore:
- 'docs/**'

View File

@ -39,7 +39,7 @@ Data migrations are not handled by the upgrade tool.
For Strapi v4, no data migrations will be allowed and no support is planned (except in extenuating circumstances eg, a critical security issue somehow relating to the database shape)
For Strapi v5, automated data migrations can be added in the `packages/core/database` package of the `v5/main` branch of this repo.
For Strapi v5, automated data migrations can be added in the `packages/core/database` package of the `develop` branch of this repo.
## Usage