diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 6857b7c..e1133ff 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: ["main"] + branches: [] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: