From 3073dd33c76b668dcb5b8ce4d49363afba59e984 Mon Sep 17 00:00:00 2001 From: Yan Song Date: Thu, 20 Apr 2023 06:39:58 +0000 Subject: [PATCH] action: allow running smoke test for stable/* branch Signed-off-by: Yan Song --- .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 bb66d859dee..f36b675d949 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_target: - branches: ["*", "**"] + branches: ["**/?**"] paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ] schedule: # Run daily sanity check at 03:00 clock UTC