From 3baa75a4293f1dead7ce09dbdd998a232a7457ad Mon Sep 17 00:00:00 2001 From: cxzlw <55052188+cxzlw@users.noreply.github.com> Date: Mon, 3 Jul 2023 00:56:43 +0800 Subject: [PATCH] Update static.yml --- .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 6bc7f13..5feb91a 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: ["pages"] + branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: