1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

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

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

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