mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-23 02:56:35 +08:00
feat: trigger action on site branch (#493)
This commit is contained in:
parent
2794bdcb5c
commit
4bcf7d22aa
3
.github/workflows/pull-request.yml
vendored
3
.github/workflows/pull-request.yml
vendored
|
@ -5,11 +5,10 @@ name: MAIN_PULL_REQUEST
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [develop, main]
|
branches: [develop, main, site]
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-test-build:
|
call-test-build:
|
||||||
uses: Tencent/tdesign/.github/workflows/test-build.yml@main
|
uses: Tencent/tdesign/.github/workflows/test-build.yml@main
|
||||||
|
|
||||||
# install lint
|
# install lint
|
Loading…
Reference in New Issue
Block a user