From 0405bb751b9dd8980d4875c78ca4151ab4c9f096 Mon Sep 17 00:00:00 2001 From: suhaotian Date: Fri, 15 Nov 2024 18:55:18 +1100 Subject: [PATCH] Update branches in doc.yml --- .github/workflows/doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 5770234..cad62de 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["docs"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: