From 28b4e58b04df82c9b81898ea15f84c46fb85e8ab Mon Sep 17 00:00:00 2001 From: Ben Irvin Date: Thu, 26 Sep 2024 09:28:14 +0200 Subject: [PATCH] chore: workflow for v4 branch (#21466) --- .github/workflows/checks.yml | 2 +- .github/workflows/tests.yml | 2 +- packages/utils/upgrade/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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