fix(MenuContent): 修复getHref正则无法匹配URL中短横线的问题 #949
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 文件名建议统一为 pull-request.yml | |
| # 应用 test-build.yml 的 demo | |
| name: MAIN_PULL_REQUEST | |
| on: | |
| pull_request: | |
| branches: [develop, main, site] | |
| types: [opened, synchronize, reopened] | |
| jobs: | |
| call-test-build: | |
| uses: TDesignOteam/workflows/.github/workflows/reusable-unit-test.yml@main |