From 7eda36afe2db9bbd967600bb5edd4c153efc89ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B3=B0=E5=8F=8B?= Date: Wed, 22 Mar 2023 14:52:54 +0800 Subject: [PATCH] fix: ci: actions are not triggered for stable/v2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 泰友 --- .github/workflows/smoke.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 172b6201d88..f987536a315 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -2,10 +2,10 @@ name: Smoke Test on: push: - branches: ["*"] + branches: ["**"] paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ] pull_request: - branches: ["*"] + branches: ["**"] paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ] schedule: # Run daily sanity check at 03:00 clock UTC