From 00aa5280dd866243614689217ddd8457154f4913 Mon Sep 17 00:00:00 2001 From: phonRathana <127619322+phonRathana@users.noreply.github.com> Date: Sun, 28 May 2023 23:36:19 +0700 Subject: [PATCH] Update static.yml Signed-off-by: phonRathana <127619322+phonRathana@users.noreply.github.com> --- .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 69d5996b..984b6fe4 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: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: