mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-22 20:56:33 +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:
|
||||
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
|
Loading…
Reference in New Issue
Block a user