diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae48ba3..9853ea4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ name: Deploy Astro site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["docs-astro"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: