From e8ab54a93b3bc2f5e50faa7f62284bf08ff37eaf Mon Sep 17 00:00:00 2001 From: Zenit Shkreli <69572953+zenit2001@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:59:04 +0100 Subject: [PATCH] chore: after testing, bring back the rules to apply on to release towards main --- .github/workflows/cartridges-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cartridges-commit.yml b/.github/workflows/cartridges-commit.yml index 857686294..c84d8ecae 100644 --- a/.github/workflows/cartridges-commit.yml +++ b/.github/workflows/cartridges-commit.yml @@ -11,8 +11,8 @@ jobs: commit-the-cartridge-and-project-files: if: | github.event_name == 'pull_request' && - contains(github.head_ref, 'bugfix') && - github.event.pull_request.base.ref == 'develop' + contains(github.head_ref, 'release') && + github.event.pull_request.base.ref == 'main' runs-on: ubuntu-latest strategy: fail-fast: false