From 6ecef3fe370ad5025cb3673e188b5183d6878974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B3=B0=E5=8F=8B?= Date: Wed, 22 Mar 2023 19:09:50 +0800 Subject: [PATCH] fix: master branch not run ci 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 f987536a315..135e34e118d 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