pull-request.yml 307 B

123456789101112131415
  1. # 文件名建议统一为 pull-request.yml
  2. # 应用 test-build.yml 的 demo
  3. name: MAIN_PULL_REQUEST
  4. on:
  5. pull_request:
  6. branches: [develop, main, site]
  7. types: [opened, synchronize, reopened]
  8. jobs:
  9. call-test-build:
  10. uses: Tencent/tdesign/.github/workflows/test-build.yml@main
  11. # install lint