From a4905057ffc5359ba6f691a223f2574ad9dd152d Mon Sep 17 00:00:00 2001 From: Young Joon Lee Date: Mon, 25 Mar 2024 04:26:12 +0900 Subject: [PATCH] fix(docs): update deploy branch in deploy-docs workflow --- .github/workflows/deploy-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 795a2ed8..0641eca2 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -5,7 +5,7 @@ on: workflow_dispatch: push: branches: - - main + - release # Paths can be used to only trigger actions when you have edited certain files, such as a file within the /docs directory paths: - "README.md"