From 58a5c4ad73979337fbd92ff31fd29d0ce7fcba3a Mon Sep 17 00:00:00 2001 From: Garrett Michael Flynn Date: Wed, 31 Jul 2024 17:36:38 -0700 Subject: [PATCH] Update vitepress-gh-pages.yml --- .github/workflows/vitepress-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vitepress-gh-pages.yml b/.github/workflows/vitepress-gh-pages.yml index 7d13e3e..fb11b9d 100644 --- a/.github/workflows/vitepress-gh-pages.yml +++ b/.github/workflows/vitepress-gh-pages.yml @@ -2,7 +2,7 @@ name: Deploy Vitepress with GitHub Pages on: push: - branches: ["docs"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: