mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-22 16:06:32 +08:00
feat: trigger action on site branch (#493)
This commit is contained in:
parent
2794bdcb5c
commit
4bcf7d22aa
7
.github/workflows/pull-request.yml
vendored
7
.github/workflows/pull-request.yml
vendored
|
@ -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…
Reference in New Issue
Block a user