From f9fb129a22be7d29c66d2d45a2aa2ac767930ff2 Mon Sep 17 00:00:00 2001 From: sundyli <543950155@qq.com> Date: Mon, 6 Jan 2025 15:21:34 +0800 Subject: [PATCH] chore(query): publish ttc images after main (#562) * chore(query): publish ttc images after main * chore(query): publish ttc images after main --- .github/workflows/ttc.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ttc.yml b/.github/workflows/ttc.yml index 78dd7db0..e4937da4 100644 --- a/.github/workflows/ttc.yml +++ b/.github/workflows/ttc.yml @@ -7,7 +7,10 @@ on: branches: - main tags: - - 'v*' + - v* + pull_request: + branches: + - main paths: - 'core/**' - 'driver/**'