From 1ba2988e98f1f677739a0734e4e476737519029a Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 19 Jul 2022 15:19:08 +0200 Subject: [PATCH] Added `v5.*` to workflow triggers - this is needed so we run CI tests on release branches --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2fcc54d280..7f7bdf2906 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: branches: - main - '5.0' - - 'v4.*' + - 'v5.*' - 3.x - 2.x - 'renovate/*'