chore: update branches in GitHub actions

This commit is contained in:
chenjiahan 2022-09-10 21:57:09 +08:00
parent c309ca2aaf
commit b45b0b7608
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Deploy V4 Site
on:
push:
branches: [next]
branches: [dev]
paths:
- 'packages/vant/docs/**'

View File

@ -2,7 +2,7 @@ name: Sync to Gitee
on:
push:
branches: [dev, 2.x, gh-pages]
branches: [dev, 2.x, 3.x, gh-pages]
workflow_dispatch: