From 1294e512487bd140adf76cd8afd0402ff94fe829 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sat, 10 Sep 2022 22:00:18 +0800 Subject: [PATCH] chore: update branches in GitHub actions --- .github/workflows/deploy-v3-site.yml | 2 +- .github/workflows/sync-gitee.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-v3-site.yml b/.github/workflows/deploy-v3-site.yml index fe74effe8..3f0324f91 100644 --- a/.github/workflows/deploy-v3-site.yml +++ b/.github/workflows/deploy-v3-site.yml @@ -2,7 +2,7 @@ name: Deploy V3 Site on: push: - branches: [dev] + branches: [3.x] paths: - 'packages/vant/docs/**' diff --git a/.github/workflows/sync-gitee.yml b/.github/workflows/sync-gitee.yml index c84eeec8f..a62bc2584 100644 --- a/.github/workflows/sync-gitee.yml +++ b/.github/workflows/sync-gitee.yml @@ -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: