From 20916b0f9353b18e97579f64384b8bbd5e2cd063 Mon Sep 17 00:00:00 2001 From: Jevan Tang <22316055+jevantang@users.noreply.github.com> Date: Sat, 7 Oct 2023 12:21:53 +0800 Subject: [PATCH] chore: docs branches --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a326a7..9b06ec9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: # Runs on pushes targeting the `main` branch. Change this to `master` if you're # using the `master` branch as the default branch. push: - branches: [2.x] + branches: [3.x] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: