mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 12:23:05 +00:00
chore: workflow for v4 branch (#21466)
This commit is contained in:
parent
3c5bc3f353
commit
28b4e58b04
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
- v5/main
|
||||
- v4
|
||||
|
||||
jobs:
|
||||
check-pr-status:
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
- v5/main
|
||||
- v4
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user