diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 6fb3be32c1..5453552fe9 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -11,7 +11,7 @@ on: branches: - main - develop - - v5/main + - v4 jobs: check-pr-status: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f1824304ac..272b8e61d0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ on: branches: - main - develop - - v5/main + - v4 pull_request: paths-ignore: - 'docs/**' diff --git a/packages/utils/upgrade/README.md b/packages/utils/upgrade/README.md index 1e148dc4eb..b9699f3832 100644 --- a/packages/utils/upgrade/README.md +++ b/packages/utils/upgrade/README.md @@ -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