Browse Source

chore: add site build workflow (#251)

main
yuyang 1 year ago
committed by GitHub
parent
commit
b8d62bfd01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/pull-request.yml

7
.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
# install lint
Loading…
Cancel
Save