From 59450d61a27e247591f8291d5b2fabe15930a7a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EB=8C=80=EC=84=B1?= Date: Wed, 2 Oct 2024 18:04:57 +0900 Subject: [PATCH] Update static.yml (#27) --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f2c9e97c..f5e1e699 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["release/*"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: