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: