From 4bcf7d22aa13df5edb36b80538ed241f1e3efa56 Mon Sep 17 00:00:00 2001 From: yuyang Date: Wed, 10 May 2023 19:52:57 +0800 Subject: [PATCH] feat: trigger action on site branch (#493) --- .github/workflows/pull-request.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e456b38..280a82f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,15 +1,14 @@ -# 文件名建议统一为 pull-request.yml +# 文件名建议统一为 pull-request.yml # 应用 test-build.yml 的 demo name: MAIN_PULL_REQUEST on: pull_request: - branches: [develop, main] + branches: [develop, main, site] types: [opened, synchronize, reopened] jobs: call-test-build: uses: Tencent/tdesign/.github/workflows/test-build.yml@main - -# install lint \ No newline at end of file +# install lint