fix(upload): uploadPastedFiles =false 时第一次上传文件后会报错,导致整个vue 响应式丢失 #3736
This file contains 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, feature, feat/2.7] | |
types: [opened, synchronize, reopened] | |
jobs: | |
call-test-build: | |
uses: Tencent/tdesign/.github/workflows/test-build.yml@main |