From 2638ca7578bf42a85344873a4acd61d76b239e80 Mon Sep 17 00:00:00 2001 From: NOCanoa <158103554+NOCanoa@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:55:39 +0100 Subject: [PATCH] Update astro.yml --- .github/workflows/astro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 446bf34..fe69d58 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -7,7 +7,7 @@ name: Deploy Astro site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["none"] + branches: ["docs-astro"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: