From 92de2ebef87437576f4213a083e06b30eb83b24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Wed, 8 Jan 2025 13:11:28 +0800 Subject: [PATCH] ci: run unit test on v1 branch --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 536a6f49..f6ddbbb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,11 @@ on: push: branches: - main + - 'v*' pull_request: branches: - main + - 'v*' jobs: lint: