From fb961c2dd92d344d309eb1b1543af1cfd47c394b Mon Sep 17 00:00:00 2001 From: Meysam Zamani Date: Fri, 16 Aug 2024 14:19:32 +0200 Subject: [PATCH] Support all branches with *.x pattern to run test pipeline --- .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 d895c44..5b6f7bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: push: branches: - master - - 1.x + - '*.x' pull_request: types: [opened, synchronize, reopened]