From 1fa236b7d4b5efb38b293956d1086acecc21b695 Mon Sep 17 00:00:00 2001 From: soyuka Date: Fri, 6 Oct 2023 22:11:13 +0200 Subject: [PATCH] chore: add 3.2 version to subtree split --- .github/workflows/subtree.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/subtree.yml b/.github/workflows/subtree.yml index 4f4514f1e52..b502f4b595e 100644 --- a/.github/workflows/subtree.yml +++ b/.github/workflows/subtree.yml @@ -6,6 +6,7 @@ on: branches: - main - 3.1 + - 3.2 env: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}