From 336cde087e1c46d44dfd272eda917d4da4967265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Mon, 31 Aug 2026 08:46:29 +0800 Subject: [PATCH] Run tests on oldstable branch --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 325ef9b3..66a66a0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,7 @@ name: Test on: push: branches: + - oldstable - stable - testing - unstable @@ -12,6 +13,7 @@ on: - '!.github/workflows/test.yml' pull_request: branches: + - oldstable - stable - testing - unstable