From bc6b88f1dce2a31caf758082fac5a5035f609657 Mon Sep 17 00:00:00 2001 From: cweitat Date: Mon, 4 Sep 2023 20:06:34 +0800 Subject: [PATCH] Update branch name --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d7b064..205ac06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.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: