From a36f2a75ca50c42d3abcbe94968d83ac5b271032 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 9 Oct 2023 07:23:30 +0800 Subject: [PATCH] Enable auto-test for 1.23.X branch --- .github/workflows/auto-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 43752e38..03895001 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -5,11 +5,11 @@ name: Auto Test on: push: - branches: [ master ] + branches: [ master, 1.23.X ] paths-ignore: - '*.md' pull_request: - branches: [ master, 2.0.X ] + branches: [ master, 1.23.X ] paths-ignore: - '*.md'