From 270f131f545d6e5bad08d5a4c567eb014f434119 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 9 May 2026 16:01:44 +0800 Subject: [PATCH] Add label event --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57817e74..78a8a897 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,7 +3,7 @@ name: v3 Tests on: pull_request: branches: [ "v3" ] - types: [ opened, synchronize, reopened ] + types: [ opened, synchronize, reopened, labeled, unlabeled ] paths: - 'src/**' - 'config/**'