mirror of
https://github.com/youzan/vant.git
synced 2026-01-21 01:15:55 +08:00
chore: update branches in GitHub actions
This commit is contained in:
2
.github/workflows/deploy-v3-site.yml
vendored
2
.github/workflows/deploy-v3-site.yml
vendored
@@ -2,7 +2,7 @@ name: Deploy V3 Site
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [dev]
|
||||
branches: [3.x]
|
||||
paths:
|
||||
- 'packages/vant/docs/**'
|
||||
|
||||
|
||||
2
.github/workflows/sync-gitee.yml
vendored
2
.github/workflows/sync-gitee.yml
vendored
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user